Merge "Removed the declaration of thrown exceptions that cannot be thrown from method...
[cli.git] / framework / src / main / java / org / onap / cli / fw / store / OnapCommandArtifactStore.java
index 3b6e785..3f59074 100644 (file)
@@ -259,7 +259,7 @@ public class OnapCommandArtifactStore {
         }
     }
 
-    public Artifact setArtifact(Artifact artifact, Artifact existing) throws OnapCommandArtifactNotFound, OnapCommandArtifactContentNotExist, OnapCommandArtifactAlreadyExist, IOException, NoSuchAlgorithmException {
+    public Artifact setArtifact(Artifact artifact, Artifact existing) throws OnapCommandArtifactContentNotExist, IOException, NoSuchAlgorithmException {
         if (artifact.getName() == null) {
             artifact.setName(existing.getName());
         }