Catalog alignment
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / impl / lock / LockingTransactional.java
index f75f0b7..44e49eb 100644 (file)
@@ -22,7 +22,11 @@ package org.openecomp.sdc.be.components.impl.lock;
 
 import org.springframework.transaction.annotation.Transactional;
 
-import java.lang.annotation.*;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Inherited;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
 
 @Target({ElementType.METHOD, ElementType.TYPE})
 @Retention(RetentionPolicy.RUNTIME)