Modidy a package name of nemo
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / xtend-gen / org / opendaylight / nemo / tool / eclipse / plugin / formatting / EditorFormatter.java
1 /**
2  * generated by Xtext
3  */
4 package org.opendaylight.nemo.tool.eclipse.plugin.formatting;
5
6 import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter;
7 import org.eclipse.xtext.formatting.impl.FormattingConfig;
8
9 /**
10  * This class contains custom formatting declarations.
11  * 
12  * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#formatting
13  * on how and when to use it.
14  * 
15  * Also see {@link org.eclipse.xtext.xtext.XtextFormattingTokenSerializer} as an example
16  */
17 @SuppressWarnings("all")
18 public class EditorFormatter extends AbstractDeclarativeFormatter {
19   @Override
20   protected void configureFormatting(final FormattingConfig c) {
21   }
22 }