Remove todo comment 09/29009/1
authorluxin <luxin7@huawei.com>
Wed, 24 Jan 2018 06:29:37 +0000 (14:29 +0800)
committerluxin <luxin7@huawei.com>
Wed, 24 Jan 2018 06:29:37 +0000 (14:29 +0800)
Change-Id: I925f281143c3b625be7028a2ddfa834f72118888
Issue-ID: VFC-672
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/activator/ROAResmgrServicePostProcessor.java

index f554116..300ee7d 100644 (file)
@@ -47,14 +47,13 @@ public class ROAResmgrServicePostProcessor implements DestructionAwareBeanPostPr
 
     @Override
     public Object postProcessBeforeInitialization(Object bean, String name) throws BeansException {
-        // TODO Auto-generated method stub
+        LOG.info("postProcessBeforeInitialization");
         return bean;
     }
 
     @Override
     public void postProcessBeforeDestruction(Object bean, String name) throws BeansException {
-        // TODO Auto-generated method stub
-
+        LOG.info("postProcessBeforeDestruction");
     }
 
 }