Added Document subclasses
This commit is contained in:
9
Lab3/src/main/java/org/lumijiez/base/CodeFile.java
Normal file
9
Lab3/src/main/java/org/lumijiez/base/CodeFile.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.lumijiez.base;
|
||||
|
||||
import java.nio.file.Path;
|
||||
|
||||
public class CodeFile extends Document{
|
||||
public CodeFile(Path path) {
|
||||
super(path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user