Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
parent
ef1d9785e0
commit
87ef0c4742
@ -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;
|
||||||
|
Reference in New Issue
Block a user