mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-43962 Indentation error on deep nesting levels
Javadoc is corrected
This commit is contained in:
@@ -629,9 +629,9 @@ class FormatProcessor {
|
||||
}
|
||||
|
||||
/**
|
||||
* Tries to get align-implied indent of the line that contains current block.
|
||||
* Tries to get align-implied indent of the current block.
|
||||
*
|
||||
* @return indent of the line that contains current block if any; <code>null</code> otherwise
|
||||
* @return indent of the current block if any; <code>null</code> otherwise
|
||||
*/
|
||||
@Nullable
|
||||
private IndentData getAlignOffset() {
|
||||
|
||||
Reference in New Issue
Block a user