mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-16 20:42:00 -05:00
style:fmt
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package com.study.demo3;
|
||||
|
||||
public class Bicycle extends Vehicle {
|
||||
@Override
|
||||
public void start() {
|
||||
System.out.println("The bike is started");
|
||||
}
|
||||
@Override
|
||||
public void start() {
|
||||
System.out.println("The bike is started");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user