Skip to content

Commit 8261bbd

Browse files
Remove dead code. ERR_InputNotDirectory and ERR_CannotReadInputDir are not referenced
1 parent 132b891 commit 8261bbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ ERR_InvalidOption=Error: Invalid Option: [{0}]
106106
ERR_InvalidInstallerType=Error: Invalid or unsupported type: [{0}]
107107
ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options
108108
ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option
109-
ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}
110-
ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}
111109
ERR_CannotParseOptions=Error: Processing @filename option: {0}
112110
ERR_MissingJLinkOptMacAppStore=Error: --mac-app-store argument requires a {0} option for --jlink-options argument
113111
ERR_MacAppStoreRuntimeBinExists=Error: Runtime image "{0}" should not contain "bin" folder. Use --strip-native-commands jlink option when generating runtime image used with --mac-app-store argument.

0 commit comments

Comments
 (0)