mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: fix after description of postfix completion to match default code generated (IDEA-349879)
GitOrigin-RevId: 669bb4ca2c49a29e5312b61e4be75cd43ad297bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4ccb3d87de
commit
e9c10e894a
+1
-1
@@ -2,7 +2,7 @@ public void m2() {
|
||||
try {
|
||||
m();
|
||||
} catch(CheckedException e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user