eclipse plugin: Supress 'deprecated' warning

This commit is contained in:
Timotei Dolean 2011-06-21 07:38:58 +00:00
parent 665392f4fb
commit 58e0c3e79c

View file

@ -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