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