Skip to content

Commit

Permalink
make AbstractResourceIT abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 13, 2013
1 parent 8d12d76 commit deac6ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
import static java.lang.System.getProperty;

@RunWith(SpringJUnit4ClassRunner.class)
public class AbstractResourceIT {
public abstract class AbstractResourceIT {

protected Logger logger;

Expand Down

0 comments on commit deac6ef

Please sign in to comment.