Apply suggestions from code review

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
delvh
2020-07-28 08:53:10 +02:00
committed by GitHub
parent 01f63d6a1b
commit 45e18fdef1
3 changed files with 3 additions and 4 deletions

View File

@ -68,8 +68,8 @@ public class Attachment implements Serializable {
*/
public Attachment(byte[] data, String name, AttachmentType type) {
this.data = data;
this.type = type;
this.name = name;
this.type = type;
}
/**