Merge "[OOM-CPMv2] Fix sonar issue"
authorBogumil Zebek <bogumil.zebek@nokia.com>
Thu, 17 Sep 2020 05:13:42 +0000 (05:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 17 Sep 2020 05:13:42 +0000 (05:13 +0000)
trustStoreMerger/src/main/java/org/onap/oom/certservice/postprocessor/common/PasswordReader.java

index 503e21b..6e4a5f3 100644 (file)
@@ -31,7 +31,7 @@ public final class PasswordReader {
     private PasswordReader() {
     }
 
-    public static String readPassword(File file) throws PasswordReaderException {
+    public static String readPassword(File file) {
         try {
             return Files.readString(file.toPath());
         } catch (IOException e) {