1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-14 06:51:08 +01:00

Enable javadoc checkstyle

and fix violations.
This commit is contained in:
Florian Schmaus 2015-03-29 12:15:32 +02:00
parent 57260b2a44
commit 64d134052d
198 changed files with 529 additions and 501 deletions

View file

@ -288,7 +288,7 @@ public abstract class FileTransfer {
complete("Complete"),
/**
* The file transfer was cancelled
* The file transfer was cancelled.
*/
cancelled("Cancelled");
@ -313,7 +313,7 @@ public abstract class FileTransfer {
public enum Error {
/**
* No error
* No error.
*/
none("No error"),
@ -339,7 +339,7 @@ public abstract class FileTransfer {
connection("An error occured over the socket connected to send the file."),
/**
* An error occurred while sending or receiving the file
* An error occurred while sending or receiving the file.
*/
stream("An error occured while sending or recieving the file.");

View file

@ -438,7 +438,7 @@ public class OutgoingFileTransfer extends FileTransfer {
public interface NegotiationProgress {
/**
* Called when the status changes
* Called when the status changes.
*
* @param oldStatus the previous status of the file transfer.
* @param newStatus the new status of the file transfer.