Mark typedef types as TypeObject
[mdsal.git] / binding / mdsal-binding-generator-util / src / main / java / org / opendaylight / mdsal / binding / model / util / ReferencedTypeImpl.java
index cbe6c82b68db37df309045c065266b862ce78d31..39750341c657f8f180ffc7d63f3e92fd813f4d90 100644 (file)
@@ -10,14 +10,11 @@ package org.opendaylight.mdsal.binding.model.util;
 import org.opendaylight.mdsal.binding.model.api.JavaTypeName;
 
 /**
- *
- * Wraps combination of <code>packageName</code> and <code>name</code> to the
- * object representation
+ * Wraps combination of <code>packageName</code> and <code>name</code> to the object representation.
  */
 public final class ReferencedTypeImpl extends AbstractBaseType {
-
     /**
-     * Creates instance of this class with concrete package name and type name
+     * Creates instance of this class with concrete package name and type name.
      *
      * @param identifier JavaTypeName of the referenced type
      */