Skip to content

Commit b0938f0

Browse files
authored
Armature.java: javadoc correction (to solve issue #2142 again) (#2315)
1 parent 5d9d53b commit b0938f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2021 jMonkeyEngine
2+
* Copyright (c) 2009-2024 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -111,7 +111,7 @@ private void createSkinningMatrices() {
111111

112112
/**
113113
* Sets the JointModelTransform implementation
114-
* Default is {@link MatrixJointModelTransform}
114+
* Default is {@link SeparateJointModelTransform}
115115
*
116116
* @param modelTransformClass which implementation to use
117117
* @see JointModelTransform

0 commit comments

Comments
 (0)