src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties

Print this page

        

*** 106,122 **** --- 106,127 ---- jshell.err.no.snippet.with.id = No snippet with id: {0} jshell.err.end.snippet.range.less.than.start = End of snippet range less than start: {0} - {1} jshell.err.range.requires.id = Snippet ranges require snippet ids: {0} + jshell.err.exit.not.expression = The argument to /exit must be a valid integer expression, it is not an expression: {0} + jshell.err.exit.bad.type = The argument to /exit must be a valid integer expression. The type is {1} : {0} + jshell.err.exit.bad.value = The argument to /exit has bad value is {1} : {0} + jshell.err.drop.arg =\ In the /drop argument, please specify an import, variable, method, or class to drop.\n\ Specify by id or name. Use /list to see ids. Use /reset to reset all state. jshell.err.failed = Failed. jshell.msg.native.method = Native Method jshell.msg.unknown.source = Unknown Source jshell.msg.goodbye = Goodbye + jshell.msg.goodbye.value = Goodbye ({0}) jshell.msg.help.for.help = Type /help for help. jshell.err.mode.name = Expected a feedback mode name: {0} jshell.err.missing.mode = Missing the feedback mode -- {0}
*** 376,389 **** help.imports.args = help.imports =\ List the current active jshell imports. help.exit.summary = exit jshell ! help.exit.args = help.exit =\ Leave the jshell tool. No work is saved.\n\ ! Save any work before using this command help.reset.summary = reset jshell help.reset.args = \ [-class-path <path>] [-module-path <path>] [-add-modules <modules>]... help.reset =\ --- 381,401 ---- help.imports.args = help.imports =\ List the current active jshell imports. help.exit.summary = exit jshell ! help.exit.args =[<integer-expression-snippet>] help.exit =\ Leave the jshell tool. No work is saved.\n\ ! Save any work before using this command\n\ ! \n\ ! /exit\n\t\ ! Leave the jshell tool. The exit status is zero.\n\n\ ! /exit <integer-expression-snippet>\n\t\ ! Evaluate the snippet. If the snippet fails or is not an integer expression,\n\t\ ! display the error. Otherwise leave the jshell tool with the\n\t\ ! value of the expression as the exit status help.reset.summary = reset jshell help.reset.args = \ [-class-path <path>] [-module-path <path>] [-add-modules <modules>]... help.reset =\