Changed app access from private to protected
This commit is contained in:
parent
dd903bcdf2
commit
d2ce49b6ef
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import com.workingdogs.village.*;
|
|||
|
||||
public final class NodeManager {
|
||||
|
||||
private Application app;
|
||||
protected Application app;
|
||||
|
||||
private CacheMap cache;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue