aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar aehlig <aehlig@google.com>2017-06-27 14:25:54 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-06-27 15:06:27 +0200
commitc5ddd422180b85e44a39bb7f7b6119be6a44918b (patch)
tree4a1976579be8db1fbe174fb534429d8d85f14846 /src
parentcfb2ec0ad1ab4efcf3e332fb74e91a9cbdd10053 (diff)
BuildEventStreamUtils: update TODO to reflect the new plan of action
It seems preferable to make the TestStatus in the build event protocol the primary one. So update the TODO entry to reflect the new plan to get rid of the old BlazeTestStatus. RELNOTES: None PiperOrigin-RevId: 160263709
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 {