Explorar o código

AnimationUtils: the constructor for a utility class should be private

Stephen Gold %!s(int64=4) %!d(string=hai) anos
pai
achega
420b959e9d

+ 1 - 1
jme3-core/src/main/java/com/jme3/animation/AnimationUtils.java

@@ -37,7 +37,7 @@ package com.jme3.animation;
  */
 public class AnimationUtils {
     
-    public AnimationUtils(){
+    private AnimationUtils(){
         
     }
     /**