Issue #29 Made fields protected in AbstractInventory in order to override how they are set for viirs
Change-Id: I88ecfdc10a29027fc63b9b3e4a8363743bbac7c9 Former-commit-id:f8aef2b067
[formerlyf8aef2b067
[formerly 3ff192dfb09a0e4512287d45df864375e3900ca1]] Former-commit-id:81f78fa819
Former-commit-id:99c8b1a968
This commit is contained in:
parent
5c568beda7
commit
d44378e259
1 changed files with 3 additions and 3 deletions
|
@ -171,11 +171,11 @@ public abstract class AbstractInventory implements DerivParamUpdateListener {
|
|||
|
||||
protected Map<String, List<String>> sourceAliases = new HashMap<String, List<String>>();
|
||||
|
||||
private List<String> allSources;
|
||||
protected List<String> allSources;
|
||||
|
||||
private List<String> allParameters;
|
||||
protected List<String> allParameters;
|
||||
|
||||
private List<Level> allLevels;
|
||||
protected List<Level> allLevels;
|
||||
|
||||
/**
|
||||
* A call to this method assigns the passed grid tree to the original grid
|
||||
|
|
Loading…
Add table
Reference in a new issue