Update Fixes from testing
[aaf/authz.git] / auth / auth-certman / src / main / java / org / onap / aaf / auth / cm / service / Code.java
index a6663ad..fdf2447 100644 (file)
@@ -29,7 +29,7 @@ import org.onap.aaf.auth.rserv.HttpCode;
 public abstract class Code extends HttpCode<AuthzTrans,Facade1_0> implements Cloneable {
 
     public Code(AAF_CM cma, String description, String ... roles) {
-        super(cma.facade1_0, description, roles);
+        super(AAF_CM.facade1_0, description, roles);
         // Note, the first "Code" will be created with default Facade, "JSON".
         // use clone for another Code with XML
     }