From 3cdbf33bc600521b746d122e17e8d2f2c5e74491 Mon Sep 17 00:00:00 2001 From: Eddie Aftandilian Date: Tue, 14 Apr 2020 11:10:18 -0700 Subject: Javadoc typo fix. PiperOrigin-RevId: 306475910 --- java/com/google/turbine/processing/TurbineElements.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java') 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) { -- cgit v1.2.3