Code cleanup

maybe a bug fix or two
This commit is contained in:
MattBDev
2016-03-28 17:31:40 -04:00
parent 8d4f042abc
commit 76e2b1f416
18 changed files with 99 additions and 97 deletions

View File

@ -53,7 +53,7 @@ public class Metrics {
/**
* The current revision number
*/
private final static int REVISION = 7;
private static final int REVISION = 7;
/**
* The base url of the metrics domain
*/