From: Jonathan Gathman Date: Thu, 10 Jan 2019 09:11:49 +0000 (+0000) Subject: Merge "Sonar fix: NS.java" X-Git-Tag: 2.1.9~54 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=090acbcef87835a9801f98219192099b4efe15b0;hp=b78300b4b938199b30e82306bb47630e3ed6fa2b Merge "Sonar fix: NS.java" --- diff --git a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/ns/NS.java b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/ns/NS.java index 6a645733..3f601b7c 100644 --- a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/ns/NS.java +++ b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/ns/NS.java @@ -3,6 +3,8 @@ * org.onap.aaf * =========================================================================== * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. + * + * Modifications Copyright (C) 2018 IBM. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,11 +29,9 @@ import org.onap.aaf.auth.cmd.DeprecatedCMD; import org.onap.aaf.misc.env.APIException; public class NS extends BaseCmd { -// final Role role; - public NS(AAFcli aafcli) throws APIException { + public NS(AAFcli aafcli) { super(aafcli, "ns"); -// this.role = role; cmds.add(new Create(this)); cmds.add(new Delete(this));