Author: nextgens Date: 2008-02-21 04:00:43 +0000 (Thu, 21 Feb 2008) New Revision: 18094
Modified: trunk/freenet/src/freenet/node/useralerts/NotEnoughNiceLevelsUserAlert.java Log: javadoc Modified: trunk/freenet/src/freenet/node/useralerts/NotEnoughNiceLevelsUserAlert.java =================================================================== --- trunk/freenet/src/freenet/node/useralerts/NotEnoughNiceLevelsUserAlert.java 2008-02-21 03:58:01 UTC (rev 18093) +++ trunk/freenet/src/freenet/node/useralerts/NotEnoughNiceLevelsUserAlert.java 2008-02-21 04:00:43 UTC (rev 18094) @@ -1,7 +1,6 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ +/* This code is part of Freenet. It is distributed under the GNU General + * Public License, version 2 (or at your option any later version). See + * http://www.gnu.org/ for further details of the GPL. */ package freenet.node.useralerts; @@ -10,8 +9,10 @@ import freenet.support.io.NativeThread; /** - * - * @author nextgens + * Tell the user about the lack of room nice-level wise + * + * @see{freenet/support/io/NativeThread.java} + * @author Florent Daignière <nextgens at freenetproject.org> */ public class NotEnoughNiceLevelsUserAlert extends AbstractUserAlert { public NotEnoughNiceLevelsUserAlert() {
