Skip to content

Commit

Permalink
Fixed small typo in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Oct 1, 2021
1 parent 68e2c06 commit 8fc05c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public static String findJREPath(File nmfDir, int recommended, int min, int max)
if (!(new File(jre)).exists()) {
Logger.getLogger(HelperNMFPackage.class.getName()).log(
Level.WARNING,
"The JRE could not found in directory: " + path);
"The JRE could not be found in directory: " + path);
continue;
}

Expand Down

0 comments on commit 8fc05c6

Please sign in to comment.