re base code
[sdc.git] / catalog-dao / src / main / java / org / openecomp / sdc / be / resources / data / ComponentCacheData.java
index acd4ff4..cb7af86 100644 (file)
 
 package org.openecomp.sdc.be.resources.data;
 
-import java.nio.ByteBuffer;
-import java.util.Date;
-
 import com.datastax.driver.mapping.annotations.Column;
 import com.datastax.driver.mapping.annotations.PartitionKey;
 import com.datastax.driver.mapping.annotations.Table;
 
+import java.nio.ByteBuffer;
+import java.util.Date;
+
 @Table(keyspace = "sdccomponent", name = "componentcache")
 public class ComponentCacheData {
        public final static String RRESOURCE_ID_FIELD = "resourceId";