no message
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.Vector;
|
||||
public abstract class RepositoryServer<D extends Database> {
|
||||
protected static FileWriter Log;
|
||||
protected static boolean printOn = true;
|
||||
public abstract String getServerFileName();
|
||||
public String getServerFileName(){return Constants.ApplicationFileName;};
|
||||
public abstract String getServerHomeName();
|
||||
//-
|
||||
public D db;
|
||||
|
||||
Reference in New Issue
Block a user