package protect the MovingAverage class instead of deprecating it

This commit is contained in:
Stephen Gold 2017-12-13 18:37:42 -08:00 committed by Rémy Bouquet
parent f27f568556
commit 247d5d9324

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