testdata fixed

This commit is contained in:
anna
2013-05-06 20:53:07 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions

View File

@@ -5,6 +5,6 @@ abstract class IX {
class XXC extends IX {
@Override
void foo() {
<caret><selection>super.foo(); //To change body of overridden methods use File | Settings | File Templates.</selection>
<caret><selection>super.foo();</selection>
}
}