c*********n 发帖数: 128 | 1 syncronized(this) {
index--;
System.out.println("Current index: " + index);
this.notify();
return buffer[index];
}
这样写有什么错误么?
为什么编译的时候这句话报错如下:
Syntax error, insert ";" to complete Statement | c*********n 发帖数: 128 | 2 ft!!!
这个错误太弱了......
其实syntax highlight 肯定是有的(我用的eclipse), 只不过我没注意到这个单词没被高
亮显示而已
谢谢!
I think you are missing an "h" - the keyword is "syncHronized". Time to turn
on syntax highlight, eh? 8-) | w*r 发帖数: 2421 | 3 haha..............well, learn something new today?
高
【在 c*********n 的大作中提到】 : ft!!! : 这个错误太弱了...... : 其实syntax highlight 肯定是有的(我用的eclipse), 只不过我没注意到这个单词没被高 : 亮显示而已 : 谢谢! : : I think you are missing an "h" - the keyword is "syncHronized". Time to turn : on syntax highlight, eh? 8-)
|
|