ContentManager: unused meaningless method marked as deprecated

This commit is contained in:
nik
2016-10-17 18:34:41 +03:00
parent 966bf9a042
commit db2f6375cb
@@ -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);