OSDN Git Service

Eleven: Cleanup all the whitespace
[android-x86/packages-apps-Eleven.git] / src / com / cyanogenmod / eleven / utils / Lists.java
index 7e4f670..46bc773 100644 (file)
@@ -30,7 +30,7 @@ public final class Lists {
      * <p>
      * <b>Note:</b> if you only need an <i>immutable</i> empty List, use
      * {@link Collections#emptyList} instead.
-     * 
+     *
      * @return a newly-created, initially-empty {@code ArrayList}
      */
     public static final <E> ArrayList<E> newArrayList() {
@@ -42,7 +42,7 @@ public final class Lists {
      * <p>
      * <b>Note:</b> if you only need an <i>immutable</i> empty List, use
      * {@link Collections#emptyList} instead.
-     * 
+     *
      * @return a newly-created, initially-empty {@code LinkedList}
      */
     public static final <E> LinkedList<E> newLinkedList() {