testdata adjusted

This commit is contained in:
anna
2013-05-07 10:27:02 +02:00
parent d95ce046db
commit 46f5e570a0
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
public class CreateControllerMethodInGroovy {
public void bar(ActionEvent actionEvent) {
//To change body of created methods use File | Settings | File Templates.
}
}
@@ -2,6 +2,6 @@ import javafx.event.ActionEvent;
public class CreateControllerMethod {
public void bar(ActionEvent actionEvent) {
//To change body of created methods use File | Settings | File Templates.
}
}