cleanup + fix test crypts test on windows systems

This commit is contained in:
Gabriele C
2016-02-28 00:32:14 +01:00
parent 28108f00f1
commit c61345fd43
4 changed files with 19 additions and 14 deletions
@@ -2,15 +2,13 @@ package fr.xephi.authme.util;
import java.text.DecimalFormat;
/**
*/
@SuppressWarnings("UnusedDeclaration")
public class Profiler {
/**
* Defines the past time in milliseconds.
*/
private long time = 0;
/**
* Defines the time in milliseconds the profiler last started at.
*/