This commit is contained in:
Roman Shevchenko
2012-09-21 19:24:46 +02:00
parent 234f2ad729
commit 08daf1d99b
@@ -47,7 +47,7 @@ final class AntBuildFileNodeDescriptor extends AntNodeDescriptor {
}
public boolean update() {
CompositeAppearance oldAppearence = myAppearance;
CompositeAppearance oldAppearance = myAppearance;
myAppearance = new CompositeAppearance();
myAppearance.getEnding().addText(myBuildFile.getPresentableName(), SimpleTextAttributes.REGULAR_ATTRIBUTES);
final AntBuildModelBase buildModel = myBuildFile.getModelIfRegistered();
@@ -56,7 +56,7 @@ final class AntBuildFileNodeDescriptor extends AntNodeDescriptor {
}
setIcon(AllIcons.Ant.Build);
myName = myBuildFile.getPresentableName();
return !Comparing.equal(myAppearance, oldAppearence);
return !Comparing.equal(myAppearance, oldAppearance);
}
public void customize(@NotNull SimpleColoredComponent component) {