From 991207c7366c300c9adaf84e8831f09e080098a0 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Sun, 27 Jan 2013 23:33:17 -0800 Subject: j3dcore: annotate arguments taking lists of SwitchStates Signed-off-by: Harvey Harrison --- src/classes/share/javax/media/j3d/SharedGroupRetained.java | 2 +- src/classes/share/javax/media/j3d/SwitchRetained.java | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/classes/share/javax/media/j3d/SharedGroupRetained.java b/src/classes/share/javax/media/j3d/SharedGroupRetained.java index 9719c1d..ab77e11 100644 --- a/src/classes/share/javax/media/j3d/SharedGroupRetained.java +++ b/src/classes/share/javax/media/j3d/SharedGroupRetained.java @@ -584,7 +584,7 @@ Vector parents = new Vector(1); int index, SwitchRetained switchRoot, boolean init, boolean swChanged, boolean switchOn, int switchLevel, - ArrayList updateList) { + ArrayList updateList) { SwitchRetained sw; LinkRetained ln; diff --git a/src/classes/share/javax/media/j3d/SwitchRetained.java b/src/classes/share/javax/media/j3d/SwitchRetained.java index b7af900..b2832c0 100644 --- a/src/classes/share/javax/media/j3d/SwitchRetained.java +++ b/src/classes/share/javax/media/j3d/SwitchRetained.java @@ -92,7 +92,7 @@ ArrayList> childrenSwitchStates = null; if (source != null && source.isLive()) { updateTargets = new UpdateTargets(); - ArrayList updateList = new ArrayList(1); + ArrayList updateList = new ArrayList(1); nchildren = children.size(); switch (whichChild) { case Switch.CHILD_ALL: @@ -180,7 +180,7 @@ ArrayList> childrenSwitchStates = null; if (source != null && source.isLive() && whichChild == Switch.CHILD_MASK) { updateTargets = new UpdateTargets(); - ArrayList updateList = new ArrayList(1); + ArrayList updateList = new ArrayList(1); nchildren = children.size(); for (i=0; i> childrenSwitchStates = null; dirtyBoundsCache(); } - void sendMessage(ArrayList updateList) { +void sendMessage(ArrayList updateList) { J3dMessage m ; int i,j,size,threads; @@ -274,7 +274,7 @@ ArrayList> childrenSwitchStates = null; return getChild(whichChild); } - void updateSwitchChild(int child, boolean switchOn, ArrayList updateList) { +void updateSwitchChild(int child, boolean switchOn, ArrayList updateList) { int i; int switchLevel; @@ -505,7 +505,7 @@ ArrayList> childrenSwitchStates = null; void traverseSwitchChild(int child, HashKey key, int index, SwitchRetained switchRoot, boolean init, boolean swChanged, boolean switchOn, - int switchLevel, ArrayList updateList) { + int switchLevel, ArrayList updateList) { int i,j,k; SwitchRetained sw; LinkRetained ln; -- cgit v1.2.3