= Base commands config class, and command standardization

This commit is contained in:
Matthew Cech
2019-05-24 02:31:09 -07:00
parent 6cf5a03186
commit ad6def8e93
9 changed files with 170 additions and 113 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import dataStructures.TaggedPairStore;
import utils.FileUtils;
import utils.GlobalLog;
import utils.LogFilter;
import utils.io.FileMonitor;
import utils.io.FileUtils;
import utils.io.MonitoredFile;
// A quick-and-dirty localization tool that scrapes the project for calls to itself, then
@@ -37,7 +37,7 @@ public abstract class BaseLocFile
// File monitoring
protected FileMonitor fileMonitor;
// Ok... so this is an array because if it's not an array, the parser will parse the string
// Constructor
public BaseLocFile(String filename, String functionName)
{
this.filename = filename;