Delete Deletable.java

This commit is contained in:
soufiane-cheouati 2019-02-03 20:56:53 +00:00 committed by GitHub
parent 565f69ecf3
commit afb46cd8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
package com.baeldung.markerinterface;
public interface Deletable extends DeletableShape {
}