aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorEddie Aftandilian <eaftan@google.com>2020-04-14 11:10:18 -0700
committerJavac Team <javac-team+copybara@google.com>2020-04-14 11:10:39 -0700
commit3cdbf33bc600521b746d122e17e8d2f2c5e74491 (patch)
treec5979fbdc7553185fc123e6ac501f4e647c8867e /java
parent93dfbb6142719cd54bac0f8ae6ab2509c912cb91 (diff)
downloadturbine-3cdbf33bc600521b746d122e17e8d2f2c5e74491.tar.gz
Javadoc typo fix.
PiperOrigin-RevId: 306475910
Diffstat (limited to 'java')
-rw-r--r--java/com/google/turbine/processing/TurbineElements.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/google/turbine/processing/TurbineElements.java b/java/com/google/turbine/processing/TurbineElements.java
index 9da210e..9847e3b 100644
--- a/java/com/google/turbine/processing/TurbineElements.java
+++ b/java/com/google/turbine/processing/TurbineElements.java
@@ -265,8 +265,8 @@ public class TurbineElements implements Elements {
}
/**
- * Returns true if an element with the given {@code visibility} and located in package {@from} is
- * visible to elements in package {@code to}.
+ * Returns true if an element with the given {@code visibility} and located in package {@code
+ * from} is visible to elements in package {@code to}.
*/
private static boolean isVisible(
PackageSymbol from, PackageSymbol to, TurbineVisibility visibility) {