Skip to content

Commit

Permalink
Start work on test runner
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1417 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 5, 2009
1 parent 8d72681 commit 63836be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -5,6 +5,7 @@

import javax.inject.ExecutionException;


/**
* Exception thrown when errors occur while loading resource
*
Expand Down
@@ -1,5 +1,6 @@
package org.jboss.webbeans.test.tck;

import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.util.List;
import java.util.jar.JarInputStream;
Expand Down Expand Up @@ -34,7 +35,7 @@ public Manager deploy(java.lang.Class<?>... classes)
return deploy(null, classes);
}

public Manager deploy(JarInputStream archive)
public Manager deploy(InputStream archive)
{
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit 63836be

Please sign in to comment.