Fix typo in Javadoc tag

This commit is contained in:
Kai S. K. Engelbart 2021-12-25 22:27:03 +02:00
parent ae2f2e8a84
commit 8ef4a9a572
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
1 changed files with 1 additions and 1 deletions

View File

@ -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