diff options
author | Harvey Harrison <[email protected]> | 2011-12-31 14:49:22 -0800 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2011-12-31 15:06:28 -0800 |
commit | 7de355f4569f3b41b22e98a85f031e8dc39e5c3a (patch) | |
tree | 9495a12530507dc6b5f4ac7cb43bf139c455660b /src/classes/share/com/sun/j3d/utils/timer | |
parent | 768a1aca734aef123c94dd30c443330f0c70b3d9 (diff) |
j3dutils: remove trailing whitespace from all files
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/classes/share/com/sun/j3d/utils/timer')
-rw-r--r-- | src/classes/share/com/sun/j3d/utils/timer/J3DTimer.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/classes/share/com/sun/j3d/utils/timer/J3DTimer.java b/src/classes/share/com/sun/j3d/utils/timer/J3DTimer.java index 02b2f7c..a67157d 100644 --- a/src/classes/share/com/sun/j3d/utils/timer/J3DTimer.java +++ b/src/classes/share/com/sun/j3d/utils/timer/J3DTimer.java @@ -45,9 +45,9 @@ package com.sun.j3d.utils.timer; /** - * A High Resolution interval timer. The timer resolution is - * operating system dependent and can be queried using - * getTimerResolution(). + * A High Resolution interval timer. The timer resolution is + * operating system dependent and can be queried using + * getTimerResolution(). * * These methods are not reentrant and should not * be called concurrently from multiple threads. |