mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
testdata fixed
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Test {
|
||||
void m() {
|
||||
try (MyResource r = new MyResource()) {
|
||||
} catch (IOException e) {
|
||||
<selection>e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.</selection>
|
||||
<selection>e.printStackTrace();</selection>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user