CCSDK-1554 -Major issue-Remove this unused "cause" local variable. 84/92184/1
authorThugutla Sailakshmi <tsaila10@in.ibm.com>
Mon, 29 Jul 2019 10:15:24 +0000 (15:45 +0530)
committerThugutla Sailakshmi <tsaila10@in.ibm.com>
Mon, 29 Jul 2019 10:18:03 +0000 (15:48 +0530)
Major issue-Remove this unused "cause" local variable.

Issue-ID: CCSDK-1554
Change-Id: I44ecce26b9cc22970eb10bfb9deaf0aa9ca34eca
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
aai-service/provider/src/main/java/org/onap/ccsdk/sli/adaptors/aai/AAIDeclarations.java

index 2aa5c54..8818172 100755 (executable)
@@ -2,10 +2,10 @@
  * ============LICENSE_START=======================================================
  * openECOMP : SDN-C
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * Copyright (C) 2019 AT&T Intellectual Property. All rights
  *             reserved.
  * ================================================================================
- * Modifications Copyright (C) 2018 IBM.
+ * Modifications Copyright (C) 2019 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -1636,7 +1636,6 @@ public abstract class AAIDeclarations implements AAIClient {
                 try {
                     obj = getMetadataMethod.invoke(instance);
                 } catch (InvocationTargetException x) {
-                    Throwable cause = x.getCause();
                 }
             }
             if(obj != null && obj instanceof Metadata){