DropwizardExecutorProvider   DropwizardExecutorProvider 
Compiled from "DropwizardExecutorProvider.java" Compiled from "DropwizardExecutorProvider.java"
class io.dropwizard.client.DropwizardExecutorProvider implements org.glassf ish.jersey.spi.RequestExecutorProvider { class io.dropwizard.client.DropwizardExecutorProvider implements org.glassf ish.jersey.spi.ExecutorServiceProvider {
public io.dropwizard.client.DropwizardExecutorProvider(java.util.concurre nt.ExecutorService); public io.dropwizard.client.DropwizardExecutorProvider(java.util.concurre nt.ExecutorService);
public java.util.concurrent.ExecutorService getRequestingExecutor(); public java.util.concurrent.ExecutorService getExecutorService();
public void releaseRequestingExecutor(java.util.concurrent.ExecutorServic public void dispose(java.util.concurrent.ExecutorService);
e);
} }
 End of changes. 2 change blocks. 
4 lines changed or deleted 3 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/