Ver código fonte

package protect the MovingAverage class instead of deprecating it

Stephen Gold 7 anos atrás
pai
commit
247d5d9324

+ 1 - 2
jme3-examples/src/main/java/jme3test/network/MovingAverage.java

@@ -32,8 +32,7 @@
 
 package jme3test.network;
 
-@Deprecated
-public class MovingAverage {
+class MovingAverage {
 
     private long[] samples;
     private long sum;