mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
testdata fixed
This commit is contained in:
@@ -11,6 +11,6 @@ interface B
|
||||
class C implements A, B
|
||||
{
|
||||
public String foo() {
|
||||
<selection>return null; //To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user