Mechanical code cleanup (config)
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / osgi / YangStoreService.java
index 969b1296d1bacf4d4ad5843ec4c929c7545439ea..f89d26b0cd1b426e6fb765b2e962ca4e7bdd05ee 100644 (file)
@@ -43,7 +43,7 @@ public class YangStoreService implements YangStoreContext {
      * of the listener set.
      */
     @GuardedBy("listeners")
-    private final Set<ModuleListener> listeners = new HashSet<ModuleListener>();
+    private final Set<ModuleListener> listeners = new HashSet<>();
 
     /**
      * This is the latest snapshot. Some of its state is always initialized, but the MXBean maps potentially cause