Fixed typo

This commit is contained in:
Kai S. K. Engelbart 2020-01-28 19:58:23 +01:00
parent ae73fe32a7
commit e2013f7a09

View File

@ -32,7 +32,7 @@ public class IdGenerator implements Serializable {
}
@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