Reformat common-be
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / elements / PropertiesOwner.java
index fd9ea26..902e263 100644 (file)
@@ -17,7 +17,6 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-
 package org.openecomp.sdc.be.datatypes.elements;
 
 public interface PropertiesOwner {
@@ -27,5 +26,4 @@ public interface PropertiesOwner {
     String getName();
 
     String getNormalizedName();
-
 }