From ab70904aa35b040bdc2d5d96369323b0abf23c53 Mon Sep 17 00:00:00 2001 From: anna Date: Mon, 17 Dec 2012 15:48:18 +0100 Subject: [PATCH] typo --- .../intellij/codeInsight/ExternalAnnotationsManagerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-impl/src/com/intellij/codeInsight/ExternalAnnotationsManagerImpl.java b/java/java-impl/src/com/intellij/codeInsight/ExternalAnnotationsManagerImpl.java index 657316e00e34..2cd375d23d2a 100644 --- a/java/java-impl/src/com/intellij/codeInsight/ExternalAnnotationsManagerImpl.java +++ b/java/java-impl/src/com/intellij/codeInsight/ExternalAnnotationsManagerImpl.java @@ -295,7 +295,7 @@ public class ExternalAnnotationsManagerImpl extends BaseExternalAnnotationsManag return; } - final List annotationFies = xmlFiles == null ? new ArrayList() : new ArrayList(xmlFiles); + final List annotationFiles = xmlFiles == null ? new ArrayList() : new ArrayList(xmlFiles); new WriteCommandAction(project) { @Override