Add missing Javadoc, remove unused resource folder

This commit is contained in:
2020-06-08 08:39:58 +02:00
parent 45e75dba41
commit 462b524455
6 changed files with 381 additions and 20 deletions

View File

@ -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) {