Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor.ui / bin / org / opendaylight / nemo / tool / eclipse / plugin / ui / contentassist / EditorProposalProvider.xtend
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 class EditorProposalProvider extends AbstractEditorProposalProvider {
13 }