From 094caa508fa74081d861e9e8f8eb50934811bf65 Mon Sep 17 00:00:00 2001 From: jingwen Date: Mon, 18 Dec 2017 08:24:12 -0800 Subject: Automatic formatting cleanup of Android *.java files. RELNOTES: None. PiperOrigin-RevId: 179425421 --- .../java/com/google/devtools/build/android/XmlResourceValue.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tools/android/java/com/google/devtools/build/android/XmlResourceValue.java') diff --git a/src/tools/android/java/com/google/devtools/build/android/XmlResourceValue.java b/src/tools/android/java/com/google/devtools/build/android/XmlResourceValue.java index 0c0edd92a5..f24d6b271a 100644 --- a/src/tools/android/java/com/google/devtools/build/android/XmlResourceValue.java +++ b/src/tools/android/java/com/google/devtools/build/android/XmlResourceValue.java @@ -17,9 +17,7 @@ import com.google.devtools.build.android.xml.Namespaces; import java.io.IOException; import java.io.OutputStream; -/** - * An {@link XmlResourceValue} is extracted from xml files in the resource 'values' directory. - */ +/** An {@link XmlResourceValue} is extracted from xml files in the resource 'values' directory. */ public interface XmlResourceValue { /** * Each XmlValue is expected to write a valid representation in xml to the writer. @@ -35,7 +33,7 @@ public interface XmlResourceValue { /** * Combines these xml values together and returns a single value. - * + * * @param value Another resource to be combined with this one. * @return A union of the values of these two values. * @throws IllegalArgumentException if either value cannot combine with the other. -- cgit v1.2.3