Bump Version to 0.1.0 #9

Merged
kske merged 2 commits from r/0.1.0 into develop 2021-12-25 21:33:57 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ef4a9a572 - Show all commits

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