Skip to content

Commit c858491

Browse files
committed
Merge conflict resolution
1 parent ae71cf3 commit c858491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • java-manta-client-unshaded/src/main/java/com/joyent/manta/client

java-manta-client-unshaded/src/main/java/com/joyent/manta/client/MantaClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ public MantaClient(final ConfigContext config,
225225
this.url = config.getMantaURL();
226226
this.config = config;
227227
this.home = ConfigContext.deriveHomeDirectoryFromUser(config.getMantaUser());
228-
this.beanSupervisor = new MantaMBeanSupervisor();
229228

230229
final KeyPair keyPair = new KeyPairFactory(config).createKeyPair();
231230

@@ -252,6 +251,7 @@ public MantaClient(final ConfigContext config,
252251

253252
this.uriSigner = new UriSigner(this.config, keyPair, signer);
254253

254+
this.beanSupervisor = new MantaMBeanSupervisor();
255255
beanSupervisor.expose(this.config);
256256
beanSupervisor.expose(connectionFactory);
257257
}

0 commit comments

Comments
 (0)