Omaha #3300 Fix component and mosaic merge problems
Former-commit-id: 201854ac4154dc8526bf99bde69674ad51ec50ad
This commit is contained in:
parent
26e4f86248
commit
217caaba15
2 changed files with 0 additions and 7 deletions
|
@ -237,7 +237,6 @@ public class RadarMosaicResource extends
|
|||
return maxSeverity;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Override
|
||||
protected void paintInternal(IGraphicsTarget target,
|
||||
PaintProperties paintProps) throws VizException {
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
**/
|
||||
package com.raytheon.viz.ui.personalities.awips;
|
||||
|
||||
import com.raytheon.uf.viz.core.procedures.ProcedureXmlManager;
|
||||
|
||||
/**
|
||||
* This is the default component for CAVE that is the standard workbench with
|
||||
|
@ -59,9 +58,4 @@ public class CAVE extends AbstractAWIPSComponent {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void postStartupActions() {
|
||||
ProcedureXmlManager.inititializeAsync();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue