added more javadoc

Former-commit-id: 2befc7ec80f7ca2f8c7c25554b0b75e3e515eeb0
This commit is contained in:
Jeremy Long
2014-03-03 07:32:43 -05:00
parent c2b2b2698d
commit 94a0c98bfe

View File

@@ -38,6 +38,9 @@ import java.util.logging.Logger;
*/
public final class Settings {
/**
* The logger.
*/
private static final Logger LOGGER = Logger.getLogger(Settings.class.getName());
/**