Omaha #3947 CAVE time in practice mode does not default to real time

Change-Id: If53a9348e75abf69f3395629685f8a26973f9e52

Former-commit-id: 25f9ab8850c1f27f7b896a711fc3c1220ad8a4cd
This commit is contained in:
Mark Peters 2015-01-15 18:06:37 -06:00
parent a889ad4845
commit 4d01175dfa

View file

@ -64,6 +64,7 @@ import com.raytheon.uf.viz.personalities.cave.component.CAVEApplication;
* startComponent.
* Aug 26, 2014 3356 njensen Explicitly set localization adapter
* Sep 10, 2014 3612 mschenke Refactored to extend CAVEApplication
* Jan 15, 2015 3947 mapeters cleanup() doesn't throw Exception.
*
* </pre>
*
@ -89,7 +90,7 @@ public abstract class AbstractAWIPSComponent extends CAVEApplication {
* ()
*/
@Override
protected void cleanup() throws Exception {
protected void cleanup() {
super.cleanup();
if (this.alertViz != null) {
this.alertViz.dispose();