summaryrefslogtreecommitdiffstats
path: root/src/classes/share/com/sun/j3d/utils/timer
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2011-12-31 14:49:22 -0800
committerHarvey Harrison <[email protected]>2011-12-31 15:06:28 -0800
commit7de355f4569f3b41b22e98a85f031e8dc39e5c3a (patch)
tree9495a12530507dc6b5f4ac7cb43bf139c455660b /src/classes/share/com/sun/j3d/utils/timer
parent768a1aca734aef123c94dd30c443330f0c70b3d9 (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.java6
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.