Drop unneeded generic type specifiers
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / InstanceIdToCompositeNodes.java
index aa777d2fecaf395758ceae54a03e9215a2003671..f2530f73bbadada5978890727ab6b6885e05600e 100644 (file)
@@ -284,7 +284,7 @@ abstract class InstanceIdToCompositeNodes<T extends PathArgument> extends Instan
         public UnorderedMapMixinNormalization(final ListSchemaNode list) {
             super(NodeIdentifier.create(list.getQName()));
             this.innerNode = new ListItemNormalization(new NodeIdentifierWithPredicates(list.getQName(),
-                    Collections.<QName, Object>emptyMap()), list);
+                    Collections.emptyMap()), list);
         }
 
         @Override