Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Hawes <d-m-h@users.noreply.github.com>
  • Loading branch information
d-m-h committed Mar 4, 2024
1 parent 7c7cae4 commit ba056a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/java/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=11.0.21-zulu
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ public CircuitBreakerState currentState() {
return new CircuitBreakerState(false);
}

/** @return CPU time of old gen GC collection in nanoseconds */
/**
* @return CPU time of old gen GC collection in nanoseconds
*/
private long getGCCpuTimeNS() {
return TimeUnit.NANOSECONDS.convert(
getOldGenGCBean().getCollectionTime(), TimeUnit.MILLISECONDS);
Expand Down

0 comments on commit ba056a5

Please sign in to comment.