Fix Merge error 51/98051/1
authorInstrumental <jonathan.gathman@att.com>
Wed, 6 Nov 2019 13:52:08 +0000 (07:52 -0600)
committerInstrumental <jonathan.gathman@att.com>
Wed, 6 Nov 2019 13:54:41 +0000 (07:54 -0600)
Issue-ID: AAF-1040
Change-Id: I98e8184c0ecf92e87f0fa43a05b09071ae7dd8a2
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/src/main/java/org/onap/aaf/auth/direct/DirectAAFLur.java

index b25e205..9b82dad 100644 (file)
@@ -47,7 +47,7 @@ public class DirectAAFLur implements Lur {
 
     public DirectAAFLur(AuthzEnv env, Question question/*, TokenMgr tm*/) {
         this.env = env;
-        this.question = question
+        this.question = question;
     }
 
     @Override