Fortify Inheritance!

This commit is contained in:
AlgorithmX2 2014-02-21 15:04:51 -06:00
parent cf6b0986fc
commit 616a613a1e

View file

@ -26,7 +26,7 @@ public class NetworkMonitor<T extends IAEStack<T>> extends MEMonitorHandler<T>
}
public NetworkMonitor(GridStorageCache cache, StorageChannel chan) {
super( null );
super( null, chan );
myGridCache = cache;
myChannel = chan;
}