mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
toString()
This commit is contained in:
@@ -81,4 +81,9 @@ public abstract class UserFileType <T extends UserFileType> implements FileType,
|
||||
public void setIcon(Icon icon) {
|
||||
myIcon = icon;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return myName;
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -193,7 +193,6 @@ public class FileTypeManagerImpl extends FileTypeManagerEx implements NamedJDOME
|
||||
@Override
|
||||
public boolean shouldBeSaved(final AbstractFileType fileType) {
|
||||
return shouldBeSavedToFile(fileType);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user