Apply suggestions from code review

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Kai S. K. Engelbart 2020-07-02 15:50:04 +00:00 committed by GitHub
parent ef1d9785e0
commit 87ef0c4742

View File

@ -35,7 +35,14 @@ public class Attachment implements Serializable {
* *
* @since Envoy Common v0.1-beta * @since Envoy Common v0.1-beta
*/ */
VOICE VOICE,
/**
* This attachment type denotes a document.
*
* @since Envoy Common v0.1-beta
*/
DOCUMENT
} }
private final byte[] data; private final byte[] data;