diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-03-31 23:51:56 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-04-01 14:42:05 -0700 |
commit | 575e89934e81c1bebaecee13d3048268648f5adc (patch) | |
tree | 245873cb76eb1f5d49aacf40fab1046eca2f25f1 /tools/runner/java/vogar/CodeFinder.java | |
parent | ba6fad59410d74c4dbb19715dea6f5ea09a4b14c (diff) |
New method-level granularity and output streaming for vogar.
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); |