commit | 03e701887fb83fd8bf99f85c951a2dc81e56332f | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Fri Sep 15 09:33:27 2017 +0200 |
committer | Philipp Wollermann <philwo@google.com> | Fri Sep 15 11:29:32 2017 +0200 |
tree | 2a21f3b21de61114bafa7c4364ba3082a800b57d | |
parent | 6f3af28954ac65614b4dc8e2378829a5a653038f [diff] [blame] |
Automatic code cleanup. PiperOrigin-RevId: 168802886
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/ArtifactFunctionTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/ArtifactFunctionTest.java index 16b7a393..5e2dba7 100644 --- a/src/test/java/com/google/devtools/build/lib/skyframe/ArtifactFunctionTest.java +++ b/src/test/java/com/google/devtools/build/lib/skyframe/ArtifactFunctionTest.java
@@ -448,7 +448,7 @@ } private SkyValue evaluateArtifactValue(Artifact artifact) throws Throwable { - return evaluateArtifactValue(artifact, /*isMandatory=*/ true); + return evaluateArtifactValue(artifact, /* mandatory= */ true); } private SkyValue evaluateArtifactValue(Artifact artifact, boolean mandatory) throws Throwable {