mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Update java.html.markdown (#2346)
This commit is contained in:
@@ -566,7 +566,7 @@ class PennyFarthing extends Bicycle {
|
|||||||
// out: http://docs.oracle.com/javase/tutorial/java/annotations/
|
// out: http://docs.oracle.com/javase/tutorial/java/annotations/
|
||||||
@Override
|
@Override
|
||||||
public void setGear(int gear) {
|
public void setGear(int gear) {
|
||||||
gear = 0;
|
this.gear = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user