소스 검색

BlendSpace#setBlendAction(...): javadoc mark the argument as not-null

pavl_g 2 년 전
부모
커밋
6c8a00f44b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

@@ -61,7 +61,7 @@ public interface BlendSpace {
     /**
      * Adjusts the target blend action instance that will utilize the blend weight value provided by this blend-space implementation.
      * 
-     * @param action the blend action instance that will utilize this blend-space.
+     * @param action the blend action instance that will utilize this blend-space (not null).
      */
     public void setBlendAction(BlendAction action);