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 dd20aacc5f6da9f6e5a28b5b7068546f50f80138..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> {