aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-11-01 16:45:02 -0400
committerGravatar John Cater <jcater@google.com>2017-11-02 10:04:17 -0400
commitb31e4653c5ff52cbefdba86c2498518cd850dc38 (patch)
treee0af00f8aa021a5d1e3c69a4e306afe9b8a306d5 /src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
parentb2894caa2d4fae015ef735264767b3bd9a4c6817 (diff)
Fix typo in BlazeModule#blazeShutdown javadoc.
RELNOTES: None PiperOrigin-RevId: 174229364
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
index 683a5243f4..65dccd9847 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeModule.java
@@ -233,7 +233,7 @@ public abstract class BlazeModule {
/**
* Called when Blaze shuts down.
*
- * <p>If you are also implementing {@link #shutdownOnCrash()}, consider putting the common
+ * <p>If you are also implementing {@link #blazeShutdownOnCrash()}, consider putting the common
* shutdown code in the latter and calling that other hook from here.
*/
public void blazeShutdown() {