Guest User

Untitled

a guest
Jun 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. if from < to
  2.     then { from.lock(); to.lock(); }
  3.     else { to.lock(); from.lock(); }
Add Comment
Please, Sign In to add comment