Changed app access from private to protected

This commit is contained in:
hns 2001-03-02 15:54:42 +00:00
parent dd903bcdf2
commit d2ce49b6ef

View file

@ -23,7 +23,7 @@ import com.workingdogs.village.*;
public final class NodeManager {
private Application app;
protected Application app;
private CacheMap cache;