Reorder encapsulation checks
[mdsal.git] / binding / mdsal-binding-java-api-generator / src / main / java / org / opendaylight / mdsal / binding / java / api / generator / UnionBuilderTemplate.xtend
old mode 100755 (executable)
new mode 100644 (file)
index 5f660f0..d595890
@@ -24,7 +24,7 @@ class UnionBuilderTemplate extends ClassTemplate {
         super(genType)
     }
 
-    def override body() '''
+    override body() '''
         «wrapToDocumentation(formatDataForJavaDoc(type, getClarification()))»
         public class «type.name» {
             private «type.name»() {