Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin-project / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor.ui / xtend-gen / org / opendaylight / nemo / tool / eclipse / plugin / ui / contentassist / EditorProposalProvider.java
1 /**
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.ui.contentassist;
5
6 import org.opendaylight.nemo.tool.eclipse.plugin.ui.contentassist.AbstractEditorProposalProvider;
7
8 /**
9  * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
10  * on how to customize the content assistant.
11  */
12 @SuppressWarnings("all")
13 public class EditorProposalProvider extends AbstractEditorProposalProvider {
14 }