Fixed a lot of logic, replaced Files with Documents
This commit is contained in:
@@ -6,4 +6,9 @@ public class CodeFile extends Document{
|
||||
public CodeFile(Path path) {
|
||||
super(path);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getInfo() {
|
||||
return "CODE";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user