소스 검색

JavaDoc correction to AnimComposer (comments only)

Stephen Gold 6 년 전
부모
커밋
b9c13a209a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/AnimComposer.java

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

@@ -106,7 +106,7 @@ public class AnimComposer extends AbstractControl {
      * 
      * @param name The name of the action to return.
      * @return The action registered with specified name. It will make a new action if there isn't any.
-     * @see #makeAction(name) 
+     * @see #makeAction(java.lang.String)
      */
     public Action action(String name) {
         Action action = actions.get(name);