IDEA-43962 Indentation error on deep nesting levels

Javadoc is corrected
This commit is contained in:
Denis Zhdanov
2010-04-22 16:50:53 +04:00
parent a03d4ce9e8
commit 73802b14bb
@@ -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() {