Fix CS warnings in sal-clustering-commons and enable enforcement
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / QNameFactory.java
index 4d26f741065a10e429c295cf73bf3f37a7d9c17b..7d5379dfe0ce87d2fbd70e6b38a3fd7d432bdba6 100644 (file)
@@ -30,7 +30,7 @@ public class QNameFactory {
         );
 
 
-    public static QName create(String name){
+    public static QName create(String name) {
         return CACHE.getUnchecked(name);
     }
 }