Explorar o código

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

pavl_g %!s(int64=2) %!d(string=hai) anos
pai
achega
6c8a00f44b

+ 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);