/** * generated by Xtext */ package org.opendaylight.nemo.tool.eclipse.plugin.ui.contentassist; import org.opendaylight.nemo.tool.eclipse.plugin.ui.contentassist.AbstractEditorProposalProvider; /** * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist * on how to customize the content assistant. */ @SuppressWarnings("all") public class EditorProposalProvider extends AbstractEditorProposalProvider { }