Environment   Environment 
skipping to change at line 15 skipping to change at line 15
public io.dropwizard.setup.AdminEnvironment admin(); public io.dropwizard.setup.AdminEnvironment admin();
public io.dropwizard.lifecycle.setup.LifecycleEnvironment lifecycle(); public io.dropwizard.lifecycle.setup.LifecycleEnvironment lifecycle();
public io.dropwizard.jetty.setup.ServletEnvironment servlets(); public io.dropwizard.jetty.setup.ServletEnvironment servlets();
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper();
public java.lang.String getName(); public java.lang.String getName();
public javax.validation.Validator getValidator(); public javax.validation.Validator getValidator();
public void setValidator(javax.validation.Validator); public void setValidator(javax.validation.Validator);
public com.codahale.metrics.MetricRegistry metrics(); public com.codahale.metrics.MetricRegistry metrics();
public com.codahale.metrics.health.HealthCheckRegistry healthChecks(); public com.codahale.metrics.health.HealthCheckRegistry healthChecks();
public io.dropwizard.jetty.MutableServletContextHandler getApplicationCon text(); public io.dropwizard.jetty.MutableServletContextHandler getApplicationCon text();
public com.sun.jersey.spi.container.servlet.ServletContainer getJerseySer vletContainer(); public javax.servlet.Servlet getJerseyServletContainer();
public io.dropwizard.jetty.MutableServletContextHandler getAdminContext() ; public io.dropwizard.jetty.MutableServletContextHandler getAdminContext() ;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/