Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor.ui / xtend-gen / org / opendaylight / nemo / tool / eclipse / plugin / ui / outline / EditorOutlineTreeProvider.java
1 /**
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.ui.outline;
5
6 import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider;
7
8 /**
9  * Customization of the default outline structure.
10  * 
11  * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#outline
12  */
13 @SuppressWarnings("all")
14 public class EditorOutlineTreeProvider extends DefaultOutlineTreeProvider {
15 }