summaryrefslogtreecommitdiff
path: root/resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template')
-rw-r--r--resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template b/resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template
index 8bac27269e55..b2447150d1fe 100644
--- a/resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template
+++ b/resources-en/src/intentionDescriptions/CreateSubclassAction/after.java.template
@@ -1,8 +1,7 @@
public abstract class X {
protected abstract void f();
}
-public class XImpl extends X {
+<spot>public class XImpl extends X {
protected void f() {
- //To change body of implemented methods use File | Settings | File Templates.
}
-}
+}</spot>