Code cleanups, javadoc.

This commit is contained in:
akwizgran
2019-06-14 11:31:59 +01:00
parent 34583e6d2d
commit d07b98eae1
4 changed files with 9 additions and 5 deletions

View File

@@ -2,5 +2,8 @@ package org.briarproject.briar.api.messaging;
import java.io.IOException;
/**
* An exception that is thrown when a file is too big to attach to a message.
*/
public class FileTooBigException extends IOException {
}