package protect the MovingAverage class instead of deprecating it
This commit is contained in:
parent
f27f568556
commit
247d5d9324
@ -32,8 +32,7 @@
|
||||
|
||||
package jme3test.network;
|
||||
|
||||
@Deprecated
|
||||
public class MovingAverage {
|
||||
class MovingAverage {
|
||||
|
||||
private long[] samples;
|
||||
private long sum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user