提交 fee94b47 编写于 作者: Y yhuang

6980510: Fix for 6959252 broke JConsole mnemonic keys

Reviewed-by: mfang, yhuang
上级 d4d982ba
......@@ -447,7 +447,9 @@ public class JConsoleResources extends ListResourceBundle {
String ls = System.getProperty("line.separator");
for(int i=0;i<temp.length;i++) {
if (temp[i][1] instanceof String){
temp[i][1] = temp[i][1].toString().replaceAll("\n",ls);
}
}
return temp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册