Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / introspection / generator / CreateExample.java
index 73f0a34..8288fd6 100644 (file)
 
 package org.onap.aai.introspection.generator;
 
+import org.onap.aai.exceptions.AAIException;
+import org.onap.aai.introspection.*;
+
 import java.security.SecureRandom;
 import java.util.ArrayList;
 import java.util.List;
 
-import org.onap.aai.exceptions.AAIException;
-import org.onap.aai.introspection.*;
-
 public class CreateExample implements Wanderer {
 
     private SecureRandom rand = new SecureRandom();
-    private final long range = 100000000L;
+    private static final long range = 100000000L;
     private Loader loader = null;
     private Introspector result = null;
     private String objectName = null;