Fixed typo

This commit is contained in:
Kai S. K. Engelbart 2020-01-28 19:58:23 +01:00
parent 5c19fe2849
commit 5999d4a817

View File

@ -32,7 +32,7 @@ public class IdGenerator implements Serializable {
} }
@Override @Override
public String toString() { return String.format("MessageIdGenerator[current=%d,end=%d]", current, end); } public String toString() { return String.format("IdGenerator[current=%d,end=%d]", current, end); }
/** /**
* @return {@code true} if there are unused IDs remaining * @return {@code true} if there are unused IDs remaining