+ Added comments and mild formatting.

This commit is contained in:
Matthew Cech
2019-06-01 23:10:46 -07:00
parent 355660eea4
commit f363d15010
4 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import utils.LogFilter;
public class KittyTrackedString extends DatabaseTrackedObject
{
private String trackedString; // Tracked value
private final static String differentiator = "string-";
private String trackedString; // This is the string tracked in the database
private final static String differentiator = "string-"; // Lends a very slightly human-readable label to the database key
// Constructor with unique id and readable name
public KittyTrackedString(String readableName, String UniqueID)