Add missing Javadoc, remove unused resource folder
This commit is contained in:
@ -18,14 +18,15 @@ public class GroupMessageStatusChangeEvent extends MessageStatusChangeEvent {
|
||||
private final long memberID;
|
||||
|
||||
private static final long serialVersionUID = 0L;
|
||||
|
||||
|
||||
/**
|
||||
* Initializes a {@link GroupMessageStatusChangeEvent}.
|
||||
*
|
||||
* @param id the ID of the {@link GroupMessage} this event is related to
|
||||
* @param status the status of this specific members {@link GroupMessage}.
|
||||
* @param date the date at which the MessageStatus change occurred for this
|
||||
* specific member
|
||||
* @param id the ID of the {@link GroupMessage} this event is related to
|
||||
* @param status the status of this specific members {@link GroupMessage}
|
||||
* @param date the date at which the MessageStatus change occurred for
|
||||
* this specific member
|
||||
* @param memberID the ID of the group member that caused the status change
|
||||
* @since Envoy Common v0.1-beta
|
||||
*/
|
||||
public GroupMessageStatusChangeEvent(long id, MessageStatus status, Date date, long memberID) {
|
||||
|
Reference in New Issue
Block a user