Reformat catalog-model
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / RelationshipTypeDefinition.java
index 5b03d0c..fd988fa 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-
 package org.openecomp.sdc.be.model;
 
+import java.util.Map;
 import org.openecomp.sdc.be.datatypes.elements.RelationshipInstDataDefinition;
 import org.openecomp.sdc.be.resources.data.RelationshipTypeData;
 
-import java.util.Map;
-
 /**
  * Specifies the capabilities that the Node Type exposes.
  */
 public class RelationshipTypeDefinition extends RelationshipInstDataDefinition {
 
     private String derivedFrom;
-
     private Map<String, PropertyDefinition> properties;
 
     public RelationshipTypeDefinition() {