Update Circle.java

This commit is contained in:
Loredana Crusoveanu
2019-01-10 22:32:12 +02:00
committed by GitHub
parent 2610176931
commit 7f501f169f

View File

@@ -1,4 +1,5 @@
package com.baeldung.keyword;
public class Circle extends Round implements Shape {
}