Skip to content

Commit

Permalink
Remove misleading and wrong comments
Browse files Browse the repository at this point in the history
Dropwizard hasn't been yammer in a looooong time
  • Loading branch information
sleberknight committed Nov 6, 2023
1 parent 1911349 commit 50c8c1f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,12 @@ public JAXWSBundle(String servletPath, JAXWSEnvironment jaxwsEnvironment) {
this.jaxwsEnvironment = jaxwsEnvironment;
}

/**
* Implements com.yammer.dropwizard.Bundle#initialize()
*/
@Override
public void initialize(Bootstrap<?> bootstrap) {
this.jaxwsEnvironment.setInstrumentedInvokerBuilder(
new InstrumentedInvokerFactory(bootstrap.getMetricRegistry()));
}

/**
* Implements com.yammer.dropwizard.Bundle#run()
*/
@Override
public void run(C configuration, Environment environment) {
checkArgument(environment != null, "Environment is null");
Expand Down

0 comments on commit 50c8c1f

Please sign in to comment.