diff options
Diffstat (limited to 'tools/runner/java/vogar/CodeFinder.java')
-rw-r--r-- | tools/runner/java/vogar/CodeFinder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runner/java/vogar/CodeFinder.java b/tools/runner/java/vogar/CodeFinder.java index 4e4aee7c91..7e357ab671 100644 --- a/tools/runner/java/vogar/CodeFinder.java +++ b/tools/runner/java/vogar/CodeFinder.java @@ -27,7 +27,7 @@ import java.util.Set; public interface CodeFinder { /** - * Returns all test runs in the given file or directory. If the returned set + * Returns all actions in the given file or directory. If the returned set * is empty, no executable code of this kind were found. */ public Set<Action> findActions(File file); |