Application   Application 
Compiled from "Application.java" Compiled from "Application.java"
public abstract class io.dropwizard.Application<T extends io.dropwizard.Con figuration> { public abstract class io.dropwizard.Application<T extends io.dropwizard.Con figuration> {
public io.dropwizard.Application(); public io.dropwizard.Application();
public final java.lang.Class<T> getConfigurationClass(); public final java.lang.Class<T> getConfigurationClass();
public java.lang.String getName(); public java.lang.String getName();
public abstract void initialize(io.dropwizard.setup.Bootstrap<T>); public void initialize(io.dropwizard.setup.Bootstrap<T>);
public abstract void run(T, io.dropwizard.setup.Environment) throws java. lang.Exception; public abstract void run(T, io.dropwizard.setup.Environment) throws java. lang.Exception;
public final void run(java.lang.String[]) throws java.lang.Exception; public void run(java.lang.String...) throws java.lang.Exception;
static {}; static {};
} }
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 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/