Remove Oracle Strings 57/49057/1
authorInstrumental <jonathan.gathman@att.com>
Thu, 24 May 2018 23:03:13 +0000 (18:03 -0500)
committerInstrumental <jonathan.gathman@att.com>
Thu, 24 May 2018 23:03:17 +0000 (18:03 -0500)
Issue-ID: AAF-325
Change-Id: I4c273d84632c6b6cfa84c787cd4a5ef724389c47
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-batch/src/main/java/org/onap/aaf/auth/Batch.java

index b2043f0..2a55af7 100644 (file)
@@ -89,8 +89,6 @@ public abstract class Batch {
     protected static final String VERSION="VERSION";
     public static final String GUI_URL="GUI_URL";
     
-    protected static final String ORA_URL="ora_url";
-    protected static final String ORA_PASSWORD="ora_password";
        protected final Organization org;