mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 11:44:42 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -24,11 +24,13 @@ import java.util.Date;
|
||||
*/
|
||||
public class Stopwatch {
|
||||
|
||||
private long startTime, elapsedTime;
|
||||
private long startTime;
|
||||
private long elapsedTime;
|
||||
|
||||
private boolean running;
|
||||
|
||||
public Date startDate, endDate;
|
||||
public Date startDate;
|
||||
public Date endDate;
|
||||
|
||||
public static Stopwatch startNew() {
|
||||
Stopwatch sw = new Stopwatch();
|
||||
|
||||
Reference in New Issue
Block a user