aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2016-06-17 12:57:20 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-20 09:34:05 +0000
commit48f2470b3cc60c11e46a95872a409341c4224096 (patch)
treedcfd618cda74a3d078b7b4b16e47058e1777455b /src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java
parentd9ecddbc3d6de3e9ea21386bca3f932ac90780fa (diff)
Clean up the test runner code a bit.
Small steps towards #1150. -- MOS_MIGRATED_REVID=125158135
Diffstat (limited to 'src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java')
-rw-r--r--src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java b/src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java
index 71cb9ea5f3..5e6da3d232 100644
--- a/src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java
+++ b/src/java_tools/junitrunner/java/com/google/testing/junit/runner/sharding/api/ShardingFilterFactory.java
@@ -24,7 +24,6 @@ import java.util.Collection;
* no-argument constructor.
*/
public interface ShardingFilterFactory {
-
/**
* Creates a test sharding filter.
*