Fixed typo
This commit is contained in:
parent
ae73fe32a7
commit
e2013f7a09
@ -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
|
||||
|
Reference in New Issue
Block a user