aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar kush <kush@google.com>2018-07-13 13:46:59 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-13 13:48:51 -0700
commit3546e7ba23a52f7ae544a59dff8b975d3f8de379 (patch)
treebe6ff4e3854e3ef5bed4423cf378a3de1c9caff1
parentb683713a80156e42bed8c57353a86b21790dfb91 (diff)
RELNOTES: None PiperOrigin-RevId: 204522278
-rw-r--r--src/main/java/com/google/devtools/build/lib/actions/FilesetOutputSymlink.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/actions/FilesetOutputSymlink.java b/src/main/java/com/google/devtools/build/lib/actions/FilesetOutputSymlink.java
index caf641fd48..fd89e58e29 100644
--- a/src/main/java/com/google/devtools/build/lib/actions/FilesetOutputSymlink.java
+++ b/src/main/java/com/google/devtools/build/lib/actions/FilesetOutputSymlink.java
@@ -64,7 +64,7 @@ public abstract class FilesetOutputSymlink {
* with and FilesetEntry.strip_prefix applied (if applicable)
* @param target relative or absolute value of the link
* @param metadata metadata corresponding to the target.
- * @param isGeneratedTarget true of the target is generated.
+ * @param isGeneratedTarget true if the target is generated.
*/
public static FilesetOutputSymlink create(
PathFragment name, PathFragment target, Object metadata, boolean isGeneratedTarget) {