delete all .class files
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / bin / org / opendaylight / nemo / tool / eclipse / plugin / validation / EditorValidator.xtend
diff --git a/nemo-tools/eclipse-plugin/nemo-editor/org.opendaylight.nemo.tool.eclipse.plugin.editor/bin/org/opendaylight/nemo/tool/eclipse/plugin/validation/EditorValidator.xtend b/nemo-tools/eclipse-plugin/nemo-editor/org.opendaylight.nemo.tool.eclipse.plugin.editor/bin/org/opendaylight/nemo/tool/eclipse/plugin/validation/EditorValidator.xtend
deleted file mode 100644 (file)
index 458ab25..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * generated by Xtext
- */
-package org.opendaylight.nemo.tool.eclipse.plugin.validation
-
-//import org.eclipse.xtext.validation.Check
-
-/**
- * This class contains custom validation rules. 
- *
- * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
- */
-class EditorValidator extends AbstractEditorValidator {
-
-//  public static val INVALID_NAME = 'invalidName'
-//
-//     @Check
-//     def checkGreetingStartsWithCapital(Greeting greeting) {
-//             if (!Character.isUpperCase(greeting.name.charAt(0))) {
-//                     warning('Name should start with a capital', 
-//                                     MyDslPackage.Literals.GREETING__NAME,
-//                                     INVALID_NAME)
-//             }
-//     }
-}