Merge "Issue #29 Made fields protected in AbstractInventory in order to override how they are set for viirs" into development
Former-commit-id:96393309eb
[formerly96393309eb
[formerly c06f87cd60290f34b0c9b1ac955f0b72f9de5c5b]] Former-commit-id:b47baedad4
Former-commit-id:e6661037f5
This commit is contained in:
commit
1c53c83f62
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