Issue #1401 add the word Grid in front of load properties because that always makes things better.

Former-commit-id: d43336bcbd [formerly 1848f614fd [formerly 345673524a287d87efbdfcb60ef838dd78c33ae3]]
Former-commit-id: 1848f614fd
Former-commit-id: 8b3667d646
This commit is contained in:
Ben Steffensmeier 2012-12-12 14:33:09 -06:00
parent 580d27c4fa
commit 5d61ce529e

View file

@ -50,7 +50,6 @@ import com.raytheon.uf.viz.core.datastructure.DataCubeContainer;
import com.raytheon.uf.viz.core.exception.VizCommunicationException;
import com.raytheon.uf.viz.core.level.LevelMappingFactory;
import com.raytheon.uf.viz.core.rsc.DisplayType;
import com.raytheon.uf.viz.core.rsc.LoadProperties;
import com.raytheon.uf.viz.core.rsc.ResourceType;
import com.raytheon.uf.viz.derivparam.library.DerivParamDesc;
import com.raytheon.uf.viz.derivparam.library.DerivedParameterGenerator;
@ -59,6 +58,7 @@ import com.raytheon.uf.viz.productbrowser.ProductBrowserLabel;
import com.raytheon.uf.viz.productbrowser.ProductBrowserPreference;
import com.raytheon.uf.viz.productbrowser.ProductBrowserPreference.PreferenceType;
import com.raytheon.viz.grid.inv.GridInventory;
import com.raytheon.viz.grid.rsc.GridLoadProperties;
import com.raytheon.viz.grid.rsc.GridResourceData;
/**
@ -113,7 +113,7 @@ public class GridProductBrowserDataDefinition extends
GridInventory.PARAMETER_QUERY,
GridInventory.MASTER_LEVEL_QUERY, GridInventory.LEVEL_ID_QUERY };
order = getOrder();
loadProperties = new LoadProperties();
loadProperties = new GridLoadProperties();
loadProperties.setResourceType(getResourceType());
}