X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FPriorityClass.java;h=8a8390e8ed45cd440f3d97866f49764e824e5aef;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=13b149e34ed4831190371cfc068708728b3a210f;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/PriorityClass.java b/src/de/todesbaum/util/freenet/fcp2/PriorityClass.java index 13b149e..8a8390e 100644 --- a/src/de/todesbaum/util/freenet/fcp2/PriorityClass.java +++ b/src/de/todesbaum/util/freenet/fcp2/PriorityClass.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 @@ -26,7 +26,7 @@ package de.todesbaum.util.freenet.fcp2; * immediate mode large file downloads, not to disk), updatable * (updatable site checks), bulk (large file downloads to disk), * prefetch, minimum. - * + * * @author David Roden <droden@gmail.com> * @version $Id$ */ @@ -61,7 +61,7 @@ public final class PriorityClass { /** * Creates a new priority class with the specified name and value. - * + * * @param name * The name of the priority class * @param value @@ -74,7 +74,7 @@ public final class PriorityClass { /** * Returns the name of this priority class. - * + * * @return The name of this priority class */ public String getName() { @@ -83,7 +83,7 @@ public final class PriorityClass { /** * Returns the value of this priority class. - * + * * @return The value of this priority class */ public int getValue() {