Configuration and Auto-Certificates
[aaf/authz.git] / auth / auth-oauth / src / main / java / org / onap / aaf / auth / oauth / service / OAuthService.java
index 052b292..0064e22 100644 (file)
@@ -131,7 +131,7 @@ public class OAuthService {
                odd.expires = new Date(exp=(System.currentTimeMillis()+TOK_EXP));
                odd.exp_sec = exp/1000;
                odd.req_ip = trans.ip();
-
+       
                try {
                        Result<Data> rd = loadToken(trans, odd);
                        if(rd.notOK()) {