Код: Выделить всё
private static Field tank() throws NoSuchFieldException {
if (_tank == null) {
_tank = GlassMolderCapability.class.getDeclaredField("tank");
_tank.setAccessible(true);
}
return_tank;
}
Код: Выделить всё
App.java:91: error: not a statement
return_tank;
^
Подробнее здесь: https://stackoverflow.com/questions/789 ... eturn-tank
Мобильная версия