aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-01 14:47:25 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-01 15:50:57 +0000
commit0c858c0f6ff8cc04600c01a8c53087ace5d5783f (patch)
tree7273293aff46ac85e973336ab3e71bcc137e8213 /src/main/java/com/google/devtools/build
parenteb6e90397eff1083f0574b6cbd94eb9f42d2d239 (diff)
Confusing method description elaborated upon a little bit.
-- MOS_MIGRATED_REVID=94910185
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/skyframe/BuildingState.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/skyframe/BuildingState.java b/src/main/java/com/google/devtools/build/skyframe/BuildingState.java
index 94d37bee5d..01cbf8fc5f 100644
--- a/src/main/java/com/google/devtools/build/skyframe/BuildingState.java
+++ b/src/main/java/com/google/devtools/build/skyframe/BuildingState.java
@@ -253,8 +253,8 @@ final class BuildingState {
}
/**
- * Puts the node in the "evaluating" state if it is not already in it. Returns whether or not the
- * node was already evaluating. Should only be called by
+ * Puts the node in the "evaluating" state if it is not already in it. Returns true if the
+ * node wasn't already evaluating and false otherwise. Should only be called by
* {@link NodeEntry#addReverseDepAndCheckIfDone}.
*/
boolean startEvaluating() {