Fix checkstyle violations in yang-binding
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / BaseIdentity.java
index fec92f24972d500fc0e3c4fcb4dd0dc7000bd729..c6f0d0e5cfc9fc537f97e90c1692185491d5a2d6 100644 (file)
@@ -8,13 +8,11 @@
 package org.opendaylight.yangtools.yang.binding;
 
 /**
- * Base Identity
- *
+ * Base Identity.
  */
 public abstract class BaseIdentity {
 
-    public static final BaseIdentity INSTANCE = new BaseIdentity() {
-    };
+    public static final BaseIdentity INSTANCE = new BaseIdentity() { };
 
     protected BaseIdentity() {