aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java
diff options
context:
space:
mode:
authorGravatar gregce <gregce@google.com>2017-09-12 23:58:34 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-13 19:06:29 +0200
commite0bbe757b3626fbbadbab798e6752ca086e9ff46 (patch)
tree7d58994baa09bdce6be8df4276e15d31aac9d057 /src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java
parent93d65a4473c9c963a190b433f359ef7e52273bd4 (diff)
Remove outdated references to static vs. dynamic configurations.
PiperOrigin-RevId: 168452997
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java b/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java
index ce8405bafb..7b3f7253a2 100644
--- a/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java
+++ b/src/main/java/com/google/devtools/build/lib/skyframe/AspectFunction.java
@@ -255,8 +255,8 @@ public final class AspectFunction implements SkyFunction {
// When getting the dependencies of this hybrid aspect+base target, use the aspect's
// configuration. The configuration of the aspect will always be a superset of the target's
- // (dynamic configuration mode: target is part of the aspect's config fragment requirements;
- // static configuration mode: target is the same configuration as the aspect), so the fragments
+ // (trimmed configuration mode: target is part of the aspect's config fragment requirements;
+ // untrimmed mode: target is the same configuration as the aspect), so the fragments
// required by all dependencies (both those of the aspect and those of the base target)
// will be present this way.
TargetAndConfiguration originalTargetAndAspectConfiguration =