From 4733c12031721b407ed2c6b58b7e217653588920 Mon Sep 17 00:00:00 2001 From: stephengold Date: Tue, 22 Oct 2024 15:41:29 -0700 Subject: [PATCH] Armature.java: javadoc correction (to solve issue #2142 again) --- jme3-core/src/main/java/com/jme3/anim/Armature.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jme3-core/src/main/java/com/jme3/anim/Armature.java b/jme3-core/src/main/java/com/jme3/anim/Armature.java index 5058fcec24..197242cfa1 100644 --- a/jme3-core/src/main/java/com/jme3/anim/Armature.java +++ b/jme3-core/src/main/java/com/jme3/anim/Armature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2021 jMonkeyEngine + * Copyright (c) 2009-2024 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -111,7 +111,7 @@ private void createSkinningMatrices() { /** * Sets the JointModelTransform implementation - * Default is {@link MatrixJointModelTransform} + * Default is {@link SeparateJointModelTransform} * * @param modelTransformClass which implementation to use * @see JointModelTransform