made it abstract class
This commit is contained in:
parent
a138450d99
commit
6eedbdfac0
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
package nl.sander.beejava;
|
||||
|
||||
import nl.sander.beejava.api.CodeLine;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ContainsCode {
|
||||
|
||||
List<CodeLine> getCode();
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue