Create Wrapper as singleton; fix UtilsTest

This commit is contained in:
ljacqu
2015-11-25 22:34:27 +01:00
parent 43a60dc091
commit 498c3342f2
8 changed files with 81 additions and 57 deletions
@@ -17,7 +17,7 @@ import java.util.Date;
*/
public final class ConsoleLogger {
private static Wrapper wrapper = new Wrapper(AuthMe.getInstance());
private static Wrapper wrapper = Wrapper.getInstance();
private static final DateFormat df = new SimpleDateFormat("[MM-dd HH:mm:ss]");
private ConsoleLogger() {