[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / main / java / org / openecomp / sdc / translator / services / heattotosca / errors / NotInSyncNumberOfInterfacesErrorBuilder.java
index 810c098..ae90394 100644 (file)
@@ -28,7 +28,7 @@ public class NotInSyncNumberOfInterfacesErrorBuilder extends BaseErrorBuilder {
 
   private static final String NOT_IN_SYNC_NUMBER_OF_INTERFACES_MSG =
       "More than one ServiceInstance pointing to the same "
-              + "ServiceTemplate '%s', with different number of interfaces.";
+          + "ServiceTemplate '%s', with different number of interfaces.";
 
   /**
    * Instantiates a new Not in sync number of interfaces error builder.