Skip to content

Commit 48b095d

Browse files
committed
spotless
1 parent f7b5a31 commit 48b095d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

jmx-scraper/src/main/java/io/opentelemetry/contrib/jmxscraper/client/JmxRemoteClient.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ public class JmxRemoteClient {
3232

3333
private final String host;
3434
private final int port;
35-
@Nullable
36-
private String userName;
37-
@Nullable
38-
private String password;
39-
@Nullable
40-
private String profile;
41-
@Nullable
42-
private String realm;
35+
@Nullable private String userName;
36+
@Nullable private String password;
37+
@Nullable private String profile;
38+
@Nullable private String realm;
4339
private boolean sslRegistry;
4440

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

0 commit comments

Comments
 (0)