X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Fclamp%2Floop%2FLoopController.java;h=603726f564aef951d52ce9d623efb4908a928fdd;hb=9e25792898ae648234239403374db8bb923bc180;hp=fad93bc7d8f435a2ef9e3a8b680b252e690b48cc;hpb=c0ec0fc448af1c5d6eacb195e95938c921ba1bce;p=clamp.git diff --git a/src/main/java/org/onap/clamp/loop/LoopController.java b/src/main/java/org/onap/clamp/loop/LoopController.java index fad93bc7..603726f5 100644 --- a/src/main/java/org/onap/clamp/loop/LoopController.java +++ b/src/main/java/org/onap/clamp/loop/LoopController.java @@ -168,17 +168,6 @@ public class LoopController { return loopService.updateMicroservicePolicy(loopName, newMicroservicePolicy); } - /** - * Get the SVG representation of the loop. - * - * @param loopName The loop name - * @return The SVG representation - */ - public String getSvgRepresentation(String loopName) { - Loop loop = loopService.getLoop(loopName); - return loop != null ? loop.getSvgRepresentation() : null; - } - /** * Refresh the Operational Policy Json representation of the loop. *