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