package protect the MovingAverage class instead of deprecating it

empirephoenix-patch-1
Stephen Gold 7 years ago committed by Rémy Bouquet
parent f27f568556
commit 247d5d9324
  1. 3
      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;

Loading…
Cancel
Save