mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add @deprecated comment
This commit is contained in:
+5
-1
@@ -39,10 +39,14 @@ public abstract class LibraryPresentationProvider<P extends LibraryProperties> {
|
||||
return myKind;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated override {@link #getIcon(LibraryProperties)}.
|
||||
*/
|
||||
|
||||
@Deprecated
|
||||
@Nullable
|
||||
public Icon getIcon() {
|
||||
return null;
|
||||
throw new AbstractMethodError();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user