File tree Expand file tree Collapse file tree
exercises/concept/elons-toy-car/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ public static ElonsToyCar buy() {
44 }
55
66 public String distanceDisplay () {
7- throw new UnsupportedOperationException ("Please implement the (static) RemoteControlCar.distanceDisplay() method" );
7+ throw new UnsupportedOperationException ("Please implement the RemoteControlCar.distanceDisplay() method" );
88 }
99
1010 public String batteryDisplay () {
11- throw new UnsupportedOperationException ("Please implement the (static) RemoteControlCar.batteryDisplay() method" );
11+ throw new UnsupportedOperationException ("Please implement the RemoteControlCar.batteryDisplay() method" );
1212 }
1313
1414 public void drive () {
15- throw new UnsupportedOperationException ("Please implement the (static) RemoteControlCar.drive() method" );
15+ throw new UnsupportedOperationException ("Please implement the RemoteControlCar.drive() method" );
1616 }
1717}
You can’t perform that action at this time.
0 commit comments