Skip to content

Commit

Permalink
trying to solve problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rgudwin committed Apr 15, 2024
1 parent dc37d01 commit 34342c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/br/unicamp/cst/core/entities/Codelet.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public abstract class Codelet implements Runnable, MemoryObserver {
*/
public abstract void proc();

private Timer timer = new Timer();
private volatile Timer timer = new Timer();

/**
* Option for profiling execution times
Expand Down

0 comments on commit 34342c2

Please sign in to comment.