OSDN Git Service

Correct some lint warnings
[android-x86/packages-apps-Eleven.git] / src / org / lineageos / eleven / cache / ImageCache.java
index 7b837b6..eccfe36 100644 (file)
@@ -95,7 +95,7 @@ public final class ImageCache {
     /**
      * listeners to the cache state
      */
-    private HashSet<ICacheListener> mListeners = new HashSet<ICacheListener>();
+    private HashSet<ICacheListener> mListeners = new HashSet<>();
 
     private static ImageCache sInstance;