eclipse plugin: Supress 'deprecated' warning
This commit is contained in:
parent
665392f4fb
commit
58e0c3e79c
1 changed files with 2 additions and 1 deletions
|
@ -5,9 +5,10 @@ package org.wesnoth.ui.outline;
|
|||
|
||||
import org.eclipse.xtext.ui.editor.outline.actions.DefaultContentOutlineNodeAdapterFactory;
|
||||
|
||||
@SuppressWarnings( "deprecation" )
|
||||
public class WMLOutlineNodeAdapterFactory extends DefaultContentOutlineNodeAdapterFactory {
|
||||
|
||||
private static final Class<?>[] types = {
|
||||
private static final Class<?>[] types = {
|
||||
// provide list of classes to adapt to, e.g.:
|
||||
// Entity.class
|
||||
// Service.class
|
||||
|
|
Loading…
Add table
Reference in a new issue