mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 06:21:25 +07:00
testdata fixed
This commit is contained in:
@@ -5,7 +5,6 @@ class a implements Runnable {
|
||||
}
|
||||
|
||||
public void run() {
|
||||
<caret><selection>//To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ class a implements b<String> {
|
||||
}
|
||||
|
||||
public void g(b<String> t) {
|
||||
<caret><selection>//To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
interface b<T> {
|
||||
|
||||
Reference in New Issue
Block a user