From 7de355f4569f3b41b22e98a85f031e8dc39e5c3a Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Sat, 31 Dec 2011 14:49:22 -0800 Subject: j3dutils: remove trailing whitespace from all files Signed-off-by: Harvey Harrison --- src/classes/share/com/sun/j3d/loaders/Scene.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/classes/share/com/sun/j3d/loaders/Scene.java') 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 { } - - + + -- cgit v1.2.3