Remove unused field

This commit is contained in:
Dave Syer 2013-11-07 15:46:00 +00:00
parent 0b130f6f6a
commit e46c427b75

View File

@ -32,8 +32,6 @@ import org.springframework.boot.groovy.DelegateTestRunner;
*/
public class TestRunner {
private static final String DELEGATE_RUNNER = DelegateTestRunner.class.getName();
private static final String JUNIT_TEST_ANNOTATION = "org.junit.Test";
private final File[] files;