Update Circle.java
This commit is contained in:
parent
2610176931
commit
7f501f169f
|
@ -1,4 +1,5 @@
|
||||||
package com.baeldung.keyword;
|
package com.baeldung.keyword;
|
||||||
|
|
||||||
public class Circle extends Round implements Shape {
|
public class Circle extends Round implements Shape {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue