diff options
Diffstat (limited to 'test-runner/src/junit/runner/TestCollector.java')
-rw-r--r-- | test-runner/src/junit/runner/TestCollector.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-runner/src/junit/runner/TestCollector.java b/test-runner/src/junit/runner/TestCollector.java index 208dccd..3ac9d9e 100644 --- a/test-runner/src/junit/runner/TestCollector.java +++ b/test-runner/src/junit/runner/TestCollector.java @@ -5,13 +5,13 @@ import java.util.*; /** * Collects Test class names to be presented - * by the TestSelector. + * by the TestSelector. * @see TestSelector * {@hide} - Not needed for 1.0 SDK */ public interface TestCollector { - /** - * Returns an enumeration of Strings with qualified class names - */ - public Enumeration collectTests(); + /** + * Returns an enumeration of Strings with qualified class names + */ + public Enumeration collectTests(); } |