Fixup dom-codec a bit
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / MapCodecPrototype.java
index da5885f1865dd55f544c5db4564bf67616253847..1ee41f77eb16b97f8d63087ba65d0f4ea65a2c98 100644 (file)
@@ -24,8 +24,7 @@ final class MapCodecPrototype extends ListCodecPrototype {
     }
 
     @Override
-    @SuppressWarnings({ "rawtypes", "unchecked" })
-    ListCodecContext createInstance() {
+    ListCodecContext<?> createInstance() {
         return MapCodecContext.of(this);
     }
 }