jac_usai

Untitled

Jun 11th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. Counter counter = new Counter();
  2.  
  3. synchronized(counter){
  4.        counter.count += value;  
  5. }
Advertisement
Add Comment
Please, Sign In to add comment