X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FRequest.java;h=4b73398e7b4ea123d70483e50d538b42f7365f14;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hp=2038523e86cca4429200cc4a8cf34872f08652d0;hpb=793d0b1da454e31f4a3cf92e28aadb7fec2e942f;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/highlevel/Request.java b/src/main/java/net/pterodactylus/fcp/highlevel/Request.java index 2038523..4b73398 100644 --- a/src/main/java/net/pterodactylus/fcp/highlevel/Request.java +++ b/src/main/java/net/pterodactylus/fcp/highlevel/Request.java @@ -132,7 +132,8 @@ public abstract class Request { * Sets whether this request is complete. * * @param complete - * true if this request is complete, false otherwise + * true if this request is complete, false + * otherwise */ void setComplete(boolean complete) { this.complete = complete; @@ -219,8 +220,8 @@ public abstract class Request { } /** - * Returns whether this request has fatally failed, i.e. repitition will not - * cause the request to succeed. + * Returns whether this request has fatally failed, i.e. repitition will + * not cause the request to succeed. * * @return true if this request can not be made succeed by * repeating, false otherwise @@ -260,8 +261,8 @@ public abstract class Request { } /** - * Returns the number of required blocks. Any progress percentages should be - * calculated against this value as 100%. Also, as long as + * Returns the number of required blocks. Any progress percentages should + * be calculated against this value as 100%. Also, as long as * {@link #isFinalizedTotal()} returns {@code false} this value might * change. *