mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javadoc for deprecated
This commit is contained in:
@@ -36,6 +36,9 @@ public interface ChildrenBuilder extends XCompositeNode {
|
||||
setChildren(children);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #tooManyChildren}
|
||||
*/
|
||||
@Deprecated
|
||||
default void setRemaining(int remaining) {
|
||||
tooManyChildren(remaining);
|
||||
|
||||
Reference in New Issue
Block a user