Application   Application 
Compiled from "Application.java" Compiled from "Application.java"
public abstract class io.dropwizard.Application<T extends io.dropwizard.Con public abstract class io.dropwizard.core.Application<T extends io.dropwizar
figuration> { d.core.Configuration> {
protected io.dropwizard.Application(); protected io.dropwizard.core.Application();
protected ch.qos.logback.classic.Level bootstrapLogLevel(); protected ch.qos.logback.classic.Level bootstrapLogLevel();
protected void bootstrapLogging(); protected void bootstrapLogging();
public java.lang.Class<T> getConfigurationClass(); public java.lang.Class<T> getConfigurationClass();
public java.lang.String getName(); public java.lang.String getName();
public void initialize(io.dropwizard.setup.Bootstrap<T>); public void initialize(io.dropwizard.core.setup.Bootstrap<T>);
public abstract void run(T, io.dropwizard.setup.Environment) throws java. public abstract void run(T, io.dropwizard.core.setup.Environment) throws
lang.Exception; java.lang.Exception;
public void run(java.lang.String...) throws java.lang.Exception; public void run(java.lang.String...) throws java.lang.Exception;
protected void addDefaultCommands(io.dropwizard.setup.Bootstrap<T>); protected void addDefaultCommands(io.dropwizard.core.setup.Bootstrap<T>);
protected void onFatalError(java.lang.Throwable); protected void onFatalError(java.lang.Throwable);
protected void onFatalError();
} }
 End of changes. 4 change blocks. 
8 lines changed or deleted 7 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/