Modidy a package name of nemo
[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 / quickfix / EditorQuickfixProvider.java
1 /**
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.ui.quickfix;
5
6 import org.eclipse.xtext.ui.editor.quickfix.DefaultQuickfixProvider;
7
8 /**
9  * Custom quickfixes.
10  * 
11  * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#quick-fixes
12  */
13 @SuppressWarnings("all")
14 public class EditorQuickfixProvider extends DefaultQuickfixProvider {
15 }