This commit is contained in:
Brady 2018-12-03 20:45:19 -06:00
parent 86d1512e5b
commit bfa0861065
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ public final class ChunkEvent {
private final EventState state;
/**
* The type of chunk event that occurred;
* The type of chunk event that occurred
*
* @see Type
*/
private final Type type;