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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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