mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
javadoc
This commit is contained in:
@@ -70,6 +70,11 @@ public abstract class ChangeListManager implements ChangeListModification {
|
||||
@NotNull
|
||||
public abstract Collection<Change> getAllChanges();
|
||||
|
||||
/**
|
||||
* Currently active change list.
|
||||
* @see #setDefaultChangeList(String)
|
||||
* @see #setDefaultChangeList(LocalChangeList)
|
||||
*/
|
||||
@NotNull
|
||||
public abstract LocalChangeList getDefaultChangeList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user