Fix checkstyle violations in yang-binding
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / Identifier.java
index a99b451b6ee9ccae2f9b219650e1607a35cc6858..60b85d52b59269d8b5cc4972ec067aa0cb40f5f0 100644 (file)
@@ -8,11 +8,8 @@
 package org.opendaylight.yangtools.yang.binding;
 
 /**
- * 
- * Object is unique identifier for another object
- * 
- * 
- * 
+ * Object is unique identifier for another object.
+ *
  * @param <T>
  *            Class of object for which this object is identifier
  * @author ttkacik