mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ public class ReformatFilesWithFiltersTest extends LightPlatformTestCase {
|
||||
StringBuilder builder;
|
||||
builder = new StringBuilder();
|
||||
builder.append(message).append('\n');
|
||||
for (PsiFile file : myMockCodeStyleManager.getFormattedFiles()) {
|
||||
for (PsiFile file : files) {
|
||||
builder.append(file).append('\n');
|
||||
}
|
||||
log.info(builder.toString());
|
||||
|
||||
Reference in New Issue
Block a user