Browse Source

Whitespace fix.

Thomas Kutz 9 years ago
parent
commit
1d7a902593

+ 1 - 1
plugins/org.yakindu.sct.generator.java/src/org/yakindu/sct/generator/java/IStatemachine.xtend

@@ -54,7 +54,7 @@ class IStatemachine {
 			/**
 			 * Initializes the state machine. Used to initialize internal variables etc.
 			 */
-			public vo id init();
+			public void init();
 		
 			/**
 			 * Enters the state machine. Sets the state machine into a defined state.