Update java.html.markdown (#2346)

This commit is contained in:
prestonpeterson 2016-08-27 01:03:37 -07:00 committed by ven
parent 5a463a3725
commit 12c9b8daba

View File

@ -566,7 +566,7 @@ class PennyFarthing extends Bicycle {
// out: http://docs.oracle.com/javase/tutorial/java/annotations/
@Override
public void setGear(int gear) {
gear = 0;
this.gear = 0;
}
}