From 73802b14bbc169a1f5c5fa736f455c020588f56d Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Thu, 22 Apr 2010 16:50:53 +0400 Subject: [PATCH] IDEA-43962 Indentation error on deep nesting levels Javadoc is corrected --- .../src/com/intellij/formatting/FormatProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java b/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java index 80d6a104d2ca..7a97a87becde 100644 --- a/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java +++ b/platform/lang-impl/src/com/intellij/formatting/FormatProcessor.java @@ -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; null otherwise + * @return indent of the current block if any; null otherwise */ @Nullable private IndentData getAlignOffset() {