Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / highlevel / Request.java
index 98c36ce..4e24b02 100644 (file)
@@ -236,7 +236,6 @@ public abstract class Request {
         * @param fatal
         *            <code>true</code> if this request failed fatally,
         *            <code>false</code> otherwise
-        *
         */
        void setFatal(boolean fatal) {
                this.fatal = fatal;