X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FClientPutDir.java;h=b9291a941324f7897c9a0368d01353f155beab4b;hb=7dee6ec51d770004481ef6f4eab96e8f03fe0af9;hp=1181e113f528ece797c19bd984d060262816e758;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/ClientPutDir.java b/src/de/todesbaum/util/freenet/fcp2/ClientPutDir.java index 1181e11..b9291a9 100644 --- a/src/de/todesbaum/util/freenet/fcp2/ClientPutDir.java +++ b/src/de/todesbaum/util/freenet/fcp2/ClientPutDir.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -24,9 +24,9 @@ import java.io.Writer; /** * Abstract base class for all put requests that insert a directory. - * + * * @author David Roden <droden@gmail.com> - * @version $Id: ClientPutDir.java 356 2006-03-24 15:13:38Z bombe $ + * @version $Id$ */ public class ClientPutDir extends ClientPut { @@ -35,7 +35,7 @@ public class ClientPutDir extends ClientPut { /** * Creates a new request with the specified name, identifier, and URI. - * + * * @param name * The name of the request * @param identifier @@ -49,7 +49,7 @@ public class ClientPutDir extends ClientPut { /** * Returns the default name of the directory. - * + * * @return The default name of the directory */ public String getDefaultName() { @@ -62,7 +62,7 @@ public class ClientPutDir extends ClientPut { * requested without a filename. It's about the same as the * index.html file that gets delivered if you only request a * directory from a webserver. - * + * * @param defaultName * The default name of the directory */