BUG-6533: add immutable implementations of yang.model.api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / BooleanTypeDefinition.java
index 84cb4c5a061ad3d0db3177cc734d9c253d2f3109..503dbd69b838612b12fc4511b1f60675ba5cafe8 100644 (file)
@@ -10,10 +10,8 @@ package org.opendaylight.yangtools.yang.model.api.type;
 import org.opendaylight.yangtools.yang.model.api.TypeDefinition;
 
 /**
- * 
  * Marker interface which marks that type definition represents the built-in
  * YANG <code>boolean</code> type.
- * 
  */
 public interface BooleanTypeDefinition extends TypeDefinition<BooleanTypeDefinition> {