mirror of https://github.com/apache/jclouds.git
remove stray @Test on base class as it's causing warnings due to its public non-test methods
This commit is contained in:
parent
a979c31d8c
commit
f119aaa49f
|
@ -118,7 +118,6 @@ import com.google.inject.name.Names;
|
|||
*
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
@Test(groups = "unit")
|
||||
@Beta
|
||||
public abstract class BaseRestApiExpectTest<S> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue