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/loaders/Scene.java | |
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/loaders/Scene.java')
-rw-r--r-- | src/classes/share/com/sun/j3d/loaders/Scene.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/classes/share/com/sun/j3d/loaders/Scene.java b/src/classes/share/com/sun/j3d/loaders/Scene.java index b214eaf..36ee9e4 100644 --- a/src/classes/share/com/sun/j3d/loaders/Scene.java +++ b/src/classes/share/com/sun/j3d/loaders/Scene.java @@ -63,7 +63,7 @@ import javax.media.j3d.Sound; */ public interface Scene { - + /** * This method returns the BranchGroup containing the overall * scene loaded by the loader. All enabled items will be loaded @@ -88,7 +88,7 @@ public interface Scene { /** * This method returns an array of floats with the horizontal field - * of view. The entries in the array will correspond to those in the + * of view. The entries in the array will correspond to those in the * array returned by the method getViewGroups. The entries from these * two arrays together provide all the information needed to recreate * the viewing parameters associated with a scene graph. @@ -123,7 +123,7 @@ public interface Scene { public Fog[] getFogNodes(); /** - * This method returns an array of all the behavior nodes + * This method returns an array of all the behavior nodes * in the scene. If no Behavior nodes are defined, null is returned. */ public Behavior[] getBehaviorNodes(); @@ -143,6 +143,6 @@ public interface Scene { } - - + + |