mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Code Formatting] Fix comment in CommonCodeStyleSettings.java
close #2681 GitOrigin-RevId: c267342b95ffc14572c8ea50522a5929175c2fb9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0650b45e74
commit
a05b34f76e
@@ -585,7 +585,7 @@ public class CommonCodeStyleSettings implements CommentStyleSettings {
|
||||
/**
|
||||
* "try( Resource r = r() )"
|
||||
* or
|
||||
* "catch(Resource r = r())"
|
||||
* "try(Resource r = r())"
|
||||
*/
|
||||
public boolean SPACE_WITHIN_TRY_PARENTHESES = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user