re base code
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / operations / api / ICacheMangerOperation.java
index 6b5a143..fcf5fab 100644 (file)
@@ -27,15 +27,15 @@ import org.openecomp.sdc.be.datatypes.enums.NodeTypeEnum;
  */
 public interface ICacheMangerOperation {
 
-       /**
-        * 
-        * 
-        * @param componentId
-        * @param timestamp
-        * @param nodeTypeEnum
-        */
-       void updateComponentInCache(String componentId, long timestamp, NodeTypeEnum nodeTypeEnum);
+    /**
+     *
+     *
+     * @param componentId
+     * @param timestamp
+     * @param nodeTypeEnum
+     */
+    void updateComponentInCache(String componentId, long timestamp, NodeTypeEnum nodeTypeEnum);
 
-       void storeComponentInCache(org.openecomp.sdc.be.model.Component component, NodeTypeEnum nodeTypeEnum);
+    void storeComponentInCache(org.openecomp.sdc.be.model.Component component, NodeTypeEnum nodeTypeEnum);
 
 }