summaryrefslogtreecommitdiff
path: root/plugins/javaFX/testData
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-05-07 20:09:46 -0700
committerTor Norbye <tnorbye@google.com>2013-05-07 20:09:46 -0700
commit934b9431b0b827a132df794e307fe5a2b70de00b (patch)
treedadfd1ccaeb2ce0403d306a59b35711531481e2b /plugins/javaFX/testData
parentf56a0fff1a336635c966bffc25e16af9a4e6e988 (diff)
downloadidea-934b9431b0b827a132df794e307fe5a2b70de00b.tar.gz
Snapshot 5220ac5242aadc343c995ec9a49d09765db4a0c7 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: I2494d92b34f89102885b2f39d7552747fafdafec
Diffstat (limited to 'plugins/javaFX/testData')
-rw-r--r--plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy2
-rw-r--r--plugins/javaFX/testData/quickfix/CreateControllerMethod_after.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy b/plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy
index 0d4740e36633..62ebbfc476a1 100644
--- a/plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy
+++ b/plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy
@@ -1,5 +1,5 @@
public class CreateControllerMethodInGroovy {
public void bar(ActionEvent actionEvent) {
- //To change body of created methods use File | Settings | File Templates.
+
}
} \ No newline at end of file
diff --git a/plugins/javaFX/testData/quickfix/CreateControllerMethod_after.java b/plugins/javaFX/testData/quickfix/CreateControllerMethod_after.java
index cdf4f4d6d1a5..d410e79b41fe 100644
--- a/plugins/javaFX/testData/quickfix/CreateControllerMethod_after.java
+++ b/plugins/javaFX/testData/quickfix/CreateControllerMethod_after.java
@@ -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.
+
}
} \ No newline at end of file