Issue #1401 add the word Grid in front of load properties because that always makes things better.
Former-commit-id: 345673524a287d87efbdfcb60ef838dd78c33ae3
This commit is contained in:
parent
6debcb5ff4
commit
d43336bcbd
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue