Remove the TODO comment 23/13323/1
authorluxin <luxin7@huawei.com>
Tue, 19 Sep 2017 07:02:08 +0000 (15:02 +0800)
committerluxin <luxin7@huawei.com>
Tue, 19 Sep 2017 07:02:08 +0000 (15:02 +0800)
Change-Id: Ia2f34a98e77fcf30a72ff1d94f9defa4705ba0d4
Issue-Id:VFC-375
Signed-off-by: luxin <luxin7@huawei.com>
huawei/vnfmadapter/VnfmadapterService/service/src/main/java/org/onap/vfc/nfvo/vnfm/svnfm/vnfmadapter/service/csm/vnf/VnfMgrVnfm.java

index e22260f..3bc7346 100644 (file)
@@ -51,7 +51,7 @@ public class VnfMgrVnfm implements InterfaceVnfMgr {
         JSONObject scaleInfo = new JSONObject();
         JSONArray vduList = new JSONArray();
         JSONObject vdu = new JSONObject();
-        vdu.put("vdu_type", this.getVduType(vnfmObject, vnfInstanceId));// TODO:set vdu_type
+        vdu.put("vdu_type", this.getVduType(vnfmObject, vnfInstanceId));
         vdu.put("h_steps", vnfObject.get("numberOfSteps"));
         vduList.add(vdu);
         scaleInfo.put("vnf_id", vnfInstanceId);