X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FRequest.java;h=0b0f46e704a300c22f116db3a8bb909709eabba1;hb=f7b872928e29aba1bdd7d72b9110c137e0b21d6e;hp=dd6820fb0ee9a112e1db6fef358d02b40da5166c;hpb=17b4e836ca0fe816f9c28f96368c4f4900031928;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/Request.java b/src/net/pterodactylus/fcp/highlevel/Request.java index dd6820f..0b0f46e 100644 --- a/src/net/pterodactylus/fcp/highlevel/Request.java +++ b/src/net/pterodactylus/fcp/highlevel/Request.java @@ -1,6 +1,5 @@ /* - * jFCPlib - Request.java - - * Copyright © 2009 David Roden + * jFCPlib - Request.java - Copyright © 2009 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,7 +27,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 +235,6 @@ public class Request { * @param fatal * true if this request failed fatally, * false otherwise - * */ void setFatal(boolean fatal) { this.fatal = fatal;