Omaha #3300 Fix component and mosaic merge problems
Former-commit-id: 201854ac4154dc8526bf99bde69674ad51ec50ad
This commit is contained in:
parent
048e8339fd
commit
72f5799c44
2 changed files with 0 additions and 7 deletions
|
@ -237,7 +237,6 @@ public class RadarMosaicResource extends
|
||||||
return maxSeverity;
|
return maxSeverity;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
@Override
|
@Override
|
||||||
protected void paintInternal(IGraphicsTarget target,
|
protected void paintInternal(IGraphicsTarget target,
|
||||||
PaintProperties paintProps) throws VizException {
|
PaintProperties paintProps) throws VizException {
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
**/
|
**/
|
||||||
package com.raytheon.viz.ui.personalities.awips;
|
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
|
* 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