testdata fixed

This commit is contained in:
anna
2013-05-06 20:55:21 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions
@@ -7,6 +7,6 @@ class Gen {
class X2 extends Gen {
@Override
protected Gen clone() {
<caret><selection>return super.clone(); //To change body of overridden methods use File | Settings | File Templates.</selection>
<caret><selection>return super.clone();</selection>
}
}