Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / highlevel / Request.java
index dd6820f..4e24b02 100644 (file)
@@ -28,7 +28,7 @@ import net.pterodactylus.fcp.PersistentPut;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class Request {
+public abstract class Request {
 
        /** The identifier of the request. */
        private final String identifier;
@@ -236,7 +236,6 @@ public class Request {
         * @param fatal
         *            <code>true</code> if this request failed fatally,
         *            <code>false</code> otherwise
-        *
         */
        void setFatal(boolean fatal) {
                this.fatal = fatal;