fix new openssl, data, etc
[aaf/authz.git] / auth / auth-locate / src / main / java / org / onap / aaf / auth / locate / api / API_Proxy.java
index 19c09ff..8586031 100644 (file)
@@ -62,8 +62,7 @@ public class API_Proxy {
     public static void init(final AAF_Locate gwAPI, LocateFacade facade) throws Exception {
         
         String aafurl = gwAPI.access.getProperty(Config.AAF_URL,null);
-        if (aafurl==null) {
-        } else {
+        if (aafurl!=null) {
             ////////
             // Transferring APIs
             // But DO NOT transfer BasicAuth case... wastes resources.