Cleanup: remove extra semicolons

This commit is contained in:
Mathis Chenuet
2015-01-25 18:26:21 +00:00
committed by Laurent Clouet
parent 8c4a19654a
commit c6dafb3bf6
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ import java.util.Map;
public class Log {
private static Log instance = null;
private Map<Integer, ArrayList<String>> checkpoints = new HashMap<Integer, ArrayList<String>>();;
private Map<Integer, ArrayList<String>> checkpoints = new HashMap<Integer, ArrayList<String>>();
private int lastCheckPoint;
private DateFormat dateFormat;