aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java')
-rw-r--r--src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java b/src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java
index f1a002fec1..aaf3569686 100644
--- a/src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java
+++ b/src/test/java/com/google/devtools/build/lib/events/util/EventCollectionApparatus.java
@@ -39,8 +39,8 @@ public final class EventCollectionApparatus {
private List<EventHandler> handlers = new ArrayList<>();
/**
- * Determine which events the {@link #collector()} created by this apparatus will collect.
- * Default: {@link EventKind#ERRORS_WARNINGS_AND_INFO}.
+ * Determine which events the {@link #collector()} created by this apparatus
+ * will collect. Default: {@link EventKind#ERRORS_AND_WARNINGS}.
*/
public EventCollectionApparatus(Set<EventKind> mask) {
eventCollector = new EventCollector(mask);