Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 17, 2024
1 parent f7b5a31 commit 48b095d
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ public class JmxRemoteClient {

private final String host;
private final int port;
@Nullable
private String userName;
@Nullable
private String password;
@Nullable
private String profile;
@Nullable
private String realm;
@Nullable private String userName;
@Nullable private String password;
@Nullable private String profile;
@Nullable private String realm;
private boolean sslRegistry;

private JmxRemoteClient(@Nonnull String host, int port) {
Expand Down

0 comments on commit 48b095d

Please sign in to comment.