Fixed typo
This commit is contained in:
		@@ -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