X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FRequest.java;h=0b0f46e704a300c22f116db3a8bb909709eabba1;hb=f7b872928e29aba1bdd7d72b9110c137e0b21d6e;hp=98c36ce1be20bf677f45f74fd6c37a73f44b1ee1;hpb=46a76667a93323c71786409bbce26d16a9aafab4;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/Request.java b/src/net/pterodactylus/fcp/highlevel/Request.java index 98c36ce..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 @@ -236,7 +235,6 @@ public abstract class Request { * @param fatal * true if this request failed fatally, * false otherwise - * */ void setFatal(boolean fatal) { this.fatal = fatal;