mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 20:10:49 +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/
|
||||
@Override
|
||||
public void setGear(int gear) {
|
||||
gear = 0;
|
||||
this.gear = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user