Skip to content

Commit b9c13a2

Browse files
committed
JavaDoc correction to AnimComposer (comments only)
1 parent 7e929aa commit b9c13a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void removeCurrentAction(String layerName) {
106106
*
107107
* @param name The name of the action to return.
108108
* @return The action registered with specified name. It will make a new action if there isn't any.
109-
* @see #makeAction(name)
109+
* @see #makeAction(java.lang.String)
110110
*/
111111
public Action action(String name) {
112112
Action action = actions.get(name);

0 commit comments

Comments
 (0)