OSDN Git Service

Correct some lint warnings
[android-x86/packages-apps-Eleven.git] / src / org / lineageos / eleven / sectionadapter / SectionCreator.java
index b731973..5c9eda1 100644 (file)
@@ -73,6 +73,6 @@ public class SectionCreator<T> extends WrappedAsyncTaskLoader<SectionListContain
             sections = SectionCreatorUtils.createSections(results, mComparator);
         }
 
-        return new SectionListContainer<T>(sections, results);
+        return new SectionListContainer<>(sections, results);
     }
 }