[Policy-17] Removed the sql scripts from sdk app
[policy/engine.git] / ECOMP-PDP-REST / src / main / java / org / openecomp / policy / pdp / rest / config / PDPApiAuth.java
index e6122d3..a5d3adb 100644 (file)
@@ -91,7 +91,7 @@ public class PDPApiAuth {
                        StringTokenizer tokenizer = new StringTokenizer(usernameAndPassword, ":");
                        String username = tokenizer.nextToken();
                        String password = tokenizer.nextToken();
-                       userNamePass=  new String[]{username, password};
+                       userNamePass=  new String[]{username,  password};
                    }
                    PolicyLogger.info("User " + userNamePass[0] + " is Accessing Policy Engine API.");
                    Boolean result = false;