Skip to content

Commit

Permalink
Fix check-style
Browse files Browse the repository at this point in the history
Fix check-style in AbstractLightyModule class.

JIRA: LIGHTY-299
Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko committed Oct 31, 2024
1 parent 8d3349e commit fd051f6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ public final boolean shutdown(final long duration, final TimeUnit unit) {
* @param duration duration to wait for shutdown to complete
* @param unit {@link TimeUnit} of {@code duration}
* @return {@code boolean} indicating shutdown sucess
* @deprecated Use {@code shutdown()} or {@code shutdown(duration, unit)} instead in case you want blocking shutdown.
* @deprecated Use {@code shutdown()} or {@code shutdown(duration, unit)} instead in case you want
* blocking shutdown.
*/
@Deprecated(forRemoval = true)
public final boolean shutdownBlocking(final long duration, final TimeUnit unit) {
Expand Down

0 comments on commit fd051f6

Please sign in to comment.