From d44378e2591fe62b6d1bb274d777a7b0b8ca5d86 Mon Sep 17 00:00:00 2001 From: Max Schenkelberg Date: Wed, 29 Aug 2012 16:01:10 -0500 Subject: [PATCH] Issue #29 Made fields protected in AbstractInventory in order to override how they are set for viirs Change-Id: I88ecfdc10a29027fc63b9b3e4a8363743bbac7c9 Former-commit-id: f8aef2b067401c39c09abfa7265ab882e7611853 [formerly f8aef2b067401c39c09abfa7265ab882e7611853 [formerly 3ff192dfb09a0e4512287d45df864375e3900ca1]] Former-commit-id: 81f78fa819c33d4d6b4f8fb75b52314611b86704 Former-commit-id: 99c8b1a968fc6a851c29cae4642acf6af874a5b1 --- .../raytheon/uf/viz/derivparam/inv/AbstractInventory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cave/com.raytheon.uf.viz.derivparam/src/com/raytheon/uf/viz/derivparam/inv/AbstractInventory.java b/cave/com.raytheon.uf.viz.derivparam/src/com/raytheon/uf/viz/derivparam/inv/AbstractInventory.java index 7046d034fa..c5079e13d2 100644 --- a/cave/com.raytheon.uf.viz.derivparam/src/com/raytheon/uf/viz/derivparam/inv/AbstractInventory.java +++ b/cave/com.raytheon.uf.viz.derivparam/src/com/raytheon/uf/viz/derivparam/inv/AbstractInventory.java @@ -171,11 +171,11 @@ public abstract class AbstractInventory implements DerivParamUpdateListener { protected Map> sourceAliases = new HashMap>(); - private List allSources; + protected List allSources; - private List allParameters; + protected List allParameters; - private List allLevels; + protected List allLevels; /** * A call to this method assigns the passed grid tree to the original grid