Fixed string format specifier.
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / openecomp / mso / client / appc / ApplicationControllerSupport.java
index 3b70891..bfd0d7d 100644 (file)
@@ -108,7 +108,7 @@ public class ApplicationControllerSupport {
                        try {
                                return (Status) statusReader.invoke(response);
                        } catch (IllegalAccessException | IllegalArgumentException | InvocationTargetException e) {
-                               throw new RuntimeException(String.format("Unable to obtain status from LCM Kit response"), e);
+                               throw new RuntimeException("Unable to obtain status from LCM Kit response", e);
                        }
                }
                return new Status();