Omaha #3300 Fix component and mosaic merge problems

Former-commit-id: 201854ac4154dc8526bf99bde69674ad51ec50ad
This commit is contained in:
Ben Steffensmeier 2014-09-19 15:08:21 -05:00
parent 048e8339fd
commit 72f5799c44
2 changed files with 0 additions and 7 deletions

View file

@ -237,7 +237,6 @@ public class RadarMosaicResource extends
return maxSeverity;
}
@Override
@Override
protected void paintInternal(IGraphicsTarget target,
PaintProperties paintProps) throws VizException {

View file

@ -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();
}
}