From 0bfd29012c5cec92eb7f0b277bff52e0a6b6db2c Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Tue, 6 Aug 2013 12:48:54 -0700 Subject: j3dutils: fix javadoc parameter ordering for GeometryInfo::getIndexedGeometryArray - fixes bug 642 in the java3d bugtracker Signed-off-by: Harvey Harrison --- src/classes/share/com/sun/j3d/utils/geometry/GeometryInfo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/classes/share/com/sun/j3d/utils/geometry/GeometryInfo.java b/src/classes/share/com/sun/j3d/utils/geometry/GeometryInfo.java index 546aa8d..d012176 100644 --- a/src/classes/share/com/sun/j3d/utils/geometry/GeometryInfo.java +++ b/src/classes/share/com/sun/j3d/utils/geometry/GeometryInfo.java @@ -2638,13 +2638,13 @@ public class GeometryInfo { * BY_REFERENCE. * @param interleaved Use INTERLEAVED geometry. Implies byRef is * true as well. - * @param nio Create GeometryArray using java.nio.Buffer for - * geometry arrays. Only usable on JDK 1.4 or higher. Implies - * byRef is true as well. * @param useCoordIndexOnly Create the IndexedGeometryArray using * USE_COORD_INDEX_ONLY. Values from the coordinate index array * are used as a single set of indices into all vertex * component arrays (coord, color, normal, and texCoord). + * @param nio Create GeometryArray using java.nio.Buffer for + * geometry arrays. Only usable on JDK 1.4 or higher. Implies + * byRef is true as well. * @throws IllegalArgumentException if coordinate data is missing, * if the index lists aren't all the * same length, if an index list is set and the corresponding data -- cgit v1.2.3