Browse Source

AnimationUtils: the constructor for a utility class should be private

Stephen Gold 4 năm trước cách đây
mục cha
commit
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(){
         
     }
     /**