aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
diff options
context:
space:
mode:
authorGravatar plf <plf@google.com>2018-05-14 06:48:48 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-14 06:50:04 -0700
commitd753ad59fde12d4dd01c52f9dc5a41e635caf2d5 (patch)
treebbd4d231a9f794ee4d7d70021b7be516e5e5b1c9 /src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
parent9a05d291f3e986bafc7238360731503717d89652 (diff)
C++: Renames CcCompilationContextInfo to CcCompilationContext
Since it's not a provider, it doesn't need the Info suffix anymore. RELNOTES:none PiperOrigin-RevId: 196498526
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
index 10cc6500d0..46507cc745 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java
@@ -312,7 +312,7 @@ public final class PrintActionCommand implements BlazeCommand {
* <p>However, since there is a scheduling dependency on the header files, we can use the system
* to implement said scheduling dependency to figure them out. Thus, we go a-fishing in the action
* graph reaching through error propagating middlemen: one of these exists for each {@code
- * CcCompilationContextInfo} in the transitive closure of the rule.
+ * CcCompilationContext} in the transitive closure of the rule.
*/
private static void expandRecursiveHelper(
ActionGraph actionGraph,