aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamerUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamerUtils.java b/src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamerUtils.java
index 2f5721709a..cb7fa17a98 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamerUtils.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BuildEventStreamerUtils.java
@@ -21,8 +21,8 @@ import com.google.devtools.build.lib.view.test.TestStatus.BlazeTestStatus;
/**
* Utility methods for the build event stream.
*
- * <p>TODO(aehlig): remove once proto to proto dependencies are available and pass through the
- * BlazeTestStatus.
+ * <p>TODO(aehlig): remove once {@link BlazeTestStatus} is replaced by {@link TestStatus} from the
+ * {@link BuildEventStreamProtos}.
*/
public final class BuildEventStreamerUtils {