Skip to content

Commit 2788165

Browse files
committed
Joint: resolve 2 javadoc warnings
1 parent 1e84bb3 commit 2788165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jme3-core/src/main/java/com/jme3/anim/Joint.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void updateAttachNode() {
167167
* have already been computed, otherwise this method will return undefined
168168
* results.
169169
*
170-
* @param outTransform
170+
* @param outTransform storage for the result (modified)
171171
*/
172172
void getOffsetTransform(Matrix4f outTransform) {
173173
jointModelTransform.getOffsetTransform(outTransform, inverseModelBindMatrix);
@@ -358,6 +358,7 @@ public List<Joint> getChildren() {
358358
* @param jointIndex this bone's index in its armature (&ge;0)
359359
* @param targets a list of geometries animated by this bone's skeleton (not
360360
* null, unaffected)
361+
* @return the attachments node (not null)
361362
*/
362363
Node getAttachmentsNode(int jointIndex, SafeArrayList<Geometry> targets) {
363364
targetGeometry = null;

0 commit comments

Comments
 (0)