We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5a31 commit 48b095dCopy full SHA for 48b095d
jmx-scraper/src/main/java/io/opentelemetry/contrib/jmxscraper/client/JmxRemoteClient.java
@@ -32,14 +32,10 @@ public class JmxRemoteClient {
32
33
private final String host;
34
private final int port;
35
- @Nullable
36
- private String userName;
37
38
- private String password;
39
40
- private String profile;
41
42
- private String realm;
+ @Nullable private String userName;
+ @Nullable private String password;
+ @Nullable private String profile;
+ @Nullable private String realm;
43
private boolean sslRegistry;
44
45
private JmxRemoteClient(@Nonnull String host, int port) {
0 commit comments