mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
testdata fixed
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user