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:
+1
-1
@@ -4,7 +4,7 @@ class Test {
|
||||
// This is comment"
|
||||
int i = 1;
|
||||
} catch (Exception e) {
|
||||
<caret><selection>e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.</selection>
|
||||
<caret><selection>e.printStackTrace();</selection>
|
||||
} finally {
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ class Test {
|
||||
// This is comment"
|
||||
int i = 1;
|
||||
} catch (Exception e) {
|
||||
<caret><selection>e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.</selection>
|
||||
<caret><selection>e.printStackTrace();</selection>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user