Omaha #3861 Update acars vb catalog to new API.
Former-commit-id: 4b234f34f37600d5c0d4249f72719bc0bc616dc8
This commit is contained in:
parent
14128e97c9
commit
3a366b67f8
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