Cleanup: remove extra semicolons
This commit is contained in:
committed by
Laurent Clouet
parent
8c4a19654a
commit
c6dafb3bf6
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user