aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
diff options
context:
space:
mode:
authorGravatar Luis Fernando Pino Duque <lpino@google.com>2016-09-15 12:07:59 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-09-15 13:07:39 +0000
commit025b359a28ebf259cb4534371e86656d72088a25 (patch)
treed3775bc248dc6d26f5c1b9578f0f5c9a303a5619 /src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java
parent5113017a9c220d6365a53f5a6cd8e65671e49f0b (diff)
Remove unnecessary comment.
-- MOS_MIGRATED_REVID=133248078
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/InfoItem.java')
-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)