aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-11-07 19:19:52 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-07 20:57:18 +0100
commit55212446312b375d44c95fffc99fdd4e42b0fb4e (patch)
tree6d0c863c5667335c0f90eedd9d31a9f4d87a7b29 /src/main
parent085b4cc28a8dd4fbab5badc1961a7710d78cd438 (diff)
Fix name of DexArchiveAspect in AspectCollection javadoc.
RELNOTES: None PiperOrigin-RevId: 174874118
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/AspectCollection.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/AspectCollection.java b/src/main/java/com/google/devtools/build/lib/analysis/AspectCollection.java
index 6427014a85..66b734fd4b 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/AspectCollection.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/AspectCollection.java
@@ -55,11 +55,11 @@ import java.util.Set;
* Let's look is the {@link AspectCollection} for a Dependency representing a jpl->pl edge
* for ide_info_aspect application to target <code>jpl</code>:
* <ul>
- * <li>the full list of aspects is [java_proto_aspect, DaxProtoAspect, ide_info_aspect]
+ * <li>the full list of aspects is [java_proto_aspect, DexArchiveAspect, ide_info_aspect]
* in this order (the order is determined by the order in which aspects originate on
* <code>ab->...->pl</code> path.
* </li>
- * <li>however, DaxProtoAspect is not visible to either ide_info_aspect or java_proto_aspect,
+ * <li>however, DexArchiveAspect is not visible to either ide_info_aspect or java_proto_aspect,
* so the reduced list(and a result of {@link #getAllAspects()}) will be
* [java_proto_aspect, ide_info_aspect]
* </li>
@@ -379,4 +379,4 @@ public final class AspectCollection {
return previousAspect;
}
}
-} \ No newline at end of file
+}