aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michajlo Matijkiw <michajlo@google.com>2016-07-26 20:58:42 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-27 11:15:16 +0000
commitccd5fb14569c259feaac701eef9112ee745267e7 (patch)
treef333cef01cc83f59a86af5f873ff1eff1a24f5b4
parent3e8bcae69a0718cf6972be086706b1841e0ed6b7 (diff)
Remove outdated comment
-- MOS_MIGRATED_REVID=128510907
-rw-r--r--src/main/java/com/google/devtools/build/lib/packages/Attribute.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/packages/Attribute.java b/src/main/java/com/google/devtools/build/lib/packages/Attribute.java
index 505211581b..5277aefa33 100644
--- a/src/main/java/com/google/devtools/build/lib/packages/Attribute.java
+++ b/src/main/java/com/google/devtools/build/lib/packages/Attribute.java
@@ -117,10 +117,7 @@ public final class Attribute implements Comparable<Attribute> {
}
}
- /**
- * A RuleAspect that just wraps a pre-existing Aspect that doesn't vary with the Rule.
- * For instance, this may come from a DeserializedSkylarkAspect.
- */
+ /** A RuleAspect that just wraps a pre-existing Aspect that doesn't vary with the Rule. */
private static class PredefinedRuleAspect extends RuleAspect<AspectClass> {
private Aspect aspect;