aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
index 52c9991369..e8dc77f352 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
@@ -94,8 +94,6 @@ public abstract class InfoItem {
/**
* Returns the value of the info key. The return value is directly printed to stdout.
- *
- * @param env TODO(lpino):
*/
public abstract byte[] get(
Supplier<BuildConfiguration> configurationSupplier, CommandEnvironment env)