Merge "Omaha #3861 Update acars vb catalog to new API." into omaha_16.2.1
Former-commit-id: 1e3a8062cd333344bf9035956be2175dbffca389
This commit is contained in:
commit
75d645b150
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
package com.raytheon.uf.viz.acarssounding;
|
||||
|
||||
import com.raytheon.uf.viz.volumebrowser.dataplugin.point.PointDataCatalog;
|
||||
import com.raytheon.viz.volumebrowser.vbui.VBMenuBarItemsMgr.ViewMenu;
|
||||
|
||||
/**
|
||||
* Volume browser catalog which enables acars sounding data to work.
|
||||
|
@ -44,7 +43,7 @@ import com.raytheon.viz.volumebrowser.vbui.VBMenuBarItemsMgr.ViewMenu;
|
|||
public class AcarsSoundingVbDataCatalog extends PointDataCatalog {
|
||||
|
||||
@Override
|
||||
protected String[] getPlugins(ViewMenu setting) {
|
||||
protected String[] getPlugins() {
|
||||
return new String[] { "acarssounding" };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue