mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Typo
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user