mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
ContentManager: unused meaningless method marked as deprecated
This commit is contained in:
@@ -34,6 +34,10 @@ public interface ContentManager extends Disposable, BusyObject {
|
||||
|
||||
void addContent(@NotNull Content content);
|
||||
void addContent(@NotNull Content content, final int order);
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #addContent(Content)} instead, {@code constraints} parameter isn't used anyway
|
||||
*/
|
||||
void addContent(@NotNull Content content, Object constraints);
|
||||
|
||||
boolean removeContent(@NotNull Content content, final boolean dispose);
|
||||
|
||||
Reference in New Issue
Block a user