Skip to content

Commit bc17e9a

Browse files
authored
Update BuildCompleteEvent.java
1 parent b755142 commit bc17e9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/google/devtools/build/lib/buildtool/buildevent/BuildCompleteEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import static com.google.common.base.Preconditions.checkNotNull;
1818

19-
import com.google.common.annotations.VisibleForTesting;
2019
import com.google.common.collect.ImmutableList;
2120
import com.google.devtools.build.lib.buildeventstream.BuildCompletingEvent;
2221
import com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.BuildEventId;
@@ -37,7 +36,6 @@ public BuildCompleteEvent(BuildResult result, Collection<BuildEventId> children)
3736
this.result = checkNotNull(result);
3837
}
3938

40-
@VisibleForTesting
4139
public BuildCompleteEvent(BuildResult result) {
4240
this(result, ImmutableList.of());
4341
}

0 commit comments

Comments
 (0)