Skip to content

Commit

Permalink
IDEX-4019 Enable filter
Browse files Browse the repository at this point in the history
Change-Id: I74e3d966d0a17a7e8413352bd9daca74edd51435
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
  • Loading branch information
benoitf committed Jan 14, 2016
1 parent 444d588 commit 78b72ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.eclipse.che.api.workspace.server.event.MachineStateListener;
import org.eclipse.che.api.workspace.server.event.WorkspaceMessenger;
import org.eclipse.che.everrest.CodenvyAsynchronousJobPool;
import org.eclipse.che.everrest.EverrestDownloadFileResponseFilter;
import org.eclipse.che.everrest.ETagResponseFilter;
import org.eclipse.che.inject.DynaModule;
import org.eclipse.che.plugin.docker.machine.ServerConf;
Expand All @@ -59,6 +60,7 @@ protected void configure() {
bind(ApiInfoService.class);

bind(AuthenticationService.class);
bind(EverrestDownloadFileResponseFilter.class);
bind(ETagResponseFilter.class);

// bind(DockerVersionVerifier.class).asEagerSingleton();
Expand Down

0 comments on commit 78b72ea

Please sign in to comment.