X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FPersistence.java;h=66253f5d8513417b95b396fa0f0eb40a3765991e;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=b111a3ee795028eb7a64c2428b495714a73169c5;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/Persistence.java b/src/de/todesbaum/util/freenet/fcp2/Persistence.java index b111a3e..66253f5 100644 --- a/src/de/todesbaum/util/freenet/fcp2/Persistence.java +++ b/src/de/todesbaum/util/freenet/fcp2/Persistence.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 @@ -28,7 +28,7 @@ package de.todesbaum.util.freenet.fcp2; * is remembered as long as the node is running but not after restarts. * forever finally means that a request persists until it is * explicitely deleted. - * + * * @author David Roden <droden@gmail.com> * @version $Id$ * @see de.todesbaum.util.freenet.fcp2.ModifyPersistentRequest @@ -57,7 +57,7 @@ public final class Persistence { /** * Private constructor that creates a persistence option with the specified * name. - * + * * @param name * The name of the persistence option. */ @@ -67,7 +67,7 @@ public final class Persistence { /** * Returns the name of this persistence option. - * + * * @return The name of this persistence option */ public String getName() { @@ -77,7 +77,7 @@ public final class Persistence { /** * Returns a textual representation of this persistence option. The result * is identical to calling {@link #getName()}. - * + * * @return The name of this persistence option */ public String toString() {