Fix typo in Javadoc tag
This commit is contained in:
parent
ae2f2e8a84
commit
8ef4a9a572
@ -18,7 +18,7 @@ public final class UnlimitedChangeManager<C extends Change> implements ChangeMan
|
||||
private int markedIndex = -1;
|
||||
|
||||
/**
|
||||
* @implNode As this change manager uses a linear history model, all changes behind the last
|
||||
* @implNote As this change manager uses a linear history model, all changes behind the last
|
||||
* applied change will be discarded and therefore can be garbage collected.
|
||||
*/
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user