aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-04-16 09:43:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-16 09:45:18 -0700
commit3f2690b871c072fa20a082a5b9d0f1fe2173b64e (patch)
tree2f8113265b0be57d350ccf9ae96a5495b265a2b8 /src
parenteec549fafc25d9c713d61bab228b086c0b18346b (diff)
Remove a stale comment: srcs-less java_library rules no longer forward their deps
PiperOrigin-RevId: 193053186
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/java/JavaLibrary.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/java/JavaLibrary.java b/src/main/java/com/google/devtools/build/lib/rules/java/JavaLibrary.java
index 8eefc6fa86..665db8bacb 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/java/JavaLibrary.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/java/JavaLibrary.java
@@ -163,7 +163,6 @@ public class JavaLibrary implements RuleConfiguredTargetFactory {
new ClasspathConfiguredFragment(
javaArtifacts, attributes, neverLink, helper.getBootclasspathOrDefault()));
- // If sources are empty, treat this library as a forwarding node for dependencies.
JavaCompilationArgs javaCompilationArgs =
common.collectJavaCompilationArgs(false, neverLink, false);
JavaCompilationArgs recursiveJavaCompilationArgs =