We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae71cf3 commit c858491Copy full SHA for c858491
1 file changed
java-manta-client-unshaded/src/main/java/com/joyent/manta/client/MantaClient.java
@@ -225,7 +225,6 @@ public MantaClient(final ConfigContext config,
225
this.url = config.getMantaURL();
226
this.config = config;
227
this.home = ConfigContext.deriveHomeDirectoryFromUser(config.getMantaUser());
228
- this.beanSupervisor = new MantaMBeanSupervisor();
229
230
final KeyPair keyPair = new KeyPairFactory(config).createKeyPair();
231
@@ -252,6 +251,7 @@ public MantaClient(final ConfigContext config,
252
251
253
this.uriSigner = new UriSigner(this.config, keyPair, signer);
254
+ this.beanSupervisor = new MantaMBeanSupervisor();
255
beanSupervisor.expose(this.config);
256
beanSupervisor.expose(connectionFactory);
257
}
0 commit comments