mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 00:59:37 +00:00
Fixed minor changes suggested by Checkstyle
This commit is contained in:
@@ -105,6 +105,7 @@ public final class Retry<T> implements BusinessOperation<T> {
|
||||
//ignore
|
||||
}
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
while (true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user