fixed major (spelling!) error
This commit is contained in:
		@@ -34,11 +34,11 @@ public class MessageBuilder {
 | 
				
			|||||||
	 *
 | 
						 *
 | 
				
			||||||
	 * @param senderID    the ID of the user who sends the {@link Message}
 | 
						 * @param senderID    the ID of the user who sends the {@link Message}
 | 
				
			||||||
	 * @param recipientID the ID of the user who receives the {@link Message}
 | 
						 * @param recipientID the ID of the user who receives the {@link Message}
 | 
				
			||||||
	 * @param iDGenerator the ID generator used to generate a unique {@link Message}
 | 
						 * @param idGenerator the ID generator used to generate a unique {@link Message}
 | 
				
			||||||
	 *                    id
 | 
						 *                    id
 | 
				
			||||||
	 * @since Envoy Common v0.2-alpha
 | 
						 * @since Envoy Common v0.2-alpha
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	public MessageBuilder(long senderID, long recipientID, IDGenerator iDGenerator) { this(senderID, recipientID, iDGenerator.next()); }
 | 
						public MessageBuilder(long senderID, long recipientID, IDGenerator idGenerator) { this(senderID, recipientID, idGenerator.next()); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Creates an instance of {@link MessageBuilder} with all mandatory values
 | 
						 * Creates an instance of {@link MessageBuilder} with all mandatory values
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user