Skip to content

Commit

Permalink
Easy way to dump artifacts
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1427 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 6, 2009
1 parent 8e92341 commit 73d9a9b
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -3,7 +3,6 @@
import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.util.List;
import java.util.jar.JarInputStream;

import javax.el.ELContext;
import javax.inject.manager.Manager;
Expand Down Expand Up @@ -40,7 +39,7 @@ public Manager deploy(InputStream archive)
throw new UnsupportedOperationException();
}

public Manager deploy(List<Class<? extends Annotation>> enabledDeploymentTypes, JarInputStream archive)
public Manager deploy(List<Class<? extends Annotation>> enabledDeploymentTypes, InputStream archive)
{
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit 73d9a9b

Please sign in to comment.