引用不当
... (Incorrect punctuation)标点错误 (quotation error)引用不当 (Repetitive word or comment)重复使用 ...
报价失误
报价失误
要想纠正这个错误,应该在第 9 行末尾添加双引号。
The command within quotation marks executes when a fatal error happens within the JVM.JVM中发生致命错误时,就会执行引号中的命令。
Line 11 is reporting an error because line 9 started to encapsulate a string withdouble quotation marks, but the string was not fully encapsulated until line 11.报告第 11行有错误是因为第9行用双引号标出一个字符串的开头,但是这个字符串直到第 11行还没有结束。