summaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java')
-rw-r--r--aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java b/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java
index 73f0a346..8288fd68 100644
--- a/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java
+++ b/aai-core/src/main/java/org/onap/aai/introspection/generator/CreateExample.java
@@ -20,17 +20,17 @@
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;