Parcourir la source

Armature.java: javadoc correction (to solve issue #2142 again) (#2315)

Stephen Gold il y a 10 mois
Parent
commit
b0938f0b3b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      jme3-core/src/main/java/com/jme3/anim/Armature.java

+ 2 - 2
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 @@ public class Armature implements JmeCloneable, Savable {
 
     /**
      * Sets the JointModelTransform implementation
-     * Default is {@link MatrixJointModelTransform}
+     * Default is {@link SeparateJointModelTransform}
      *
      * @param modelTransformClass which implementation to use
      * @see JointModelTransform