= Updated naming and created base class stub for kv pair file

This commit is contained in:
Matthew Cech
2019-05-24 02:01:28 -07:00
parent 25c3327651
commit 6cf5a03186
8 changed files with 36 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import dataStructures.Pair;
// Performs the same localization for the strings associated with command names as
// is performed with general strings in the application
public class LocCommands extends LocBase
public class LocCommands extends BaseLocFile
{
public static final String fileName = "locCommands.config";
public static final String function = "LocCommands.Stub";