infogulch

Untitled

Apr 23rd, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Ex16_15.java:37: possible loss of precision
  2. found : long
  3. required: int
  4. position = (long)java.lang.Math.round((System.nanoTime() - start) / 1000000.0 * speed) % (long)getWidth();
  5. ^
  6. 1 error
Advertisement
Add Comment
Please, Sign In to add comment