|
From: <kar...@us...> - 2006-03-03 16:26:29
|
Revision: 85 Author: karianna Date: 2006-03-03 08:26:16 -0800 (Fri, 03 Mar 2006) ViewCVS: http://svn.sourceforge.net/pcgen/?rev=85&view=rev Log Message: ----------- Fixed Maven Javadoc warnings Modified Paths: -------------- Trunk/pcgen/code/src/java/pcgen/core/PObject.java Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoSpellsSubTab.java Modified: Trunk/pcgen/code/src/java/pcgen/core/PObject.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/PObject.java 2006-03-03 16:19:22 UTC (rev 84) +++ Trunk/pcgen/code/src/java/pcgen/core/PObject.java 2006-03-03 16:26:16 UTC (rev 85) @@ -522,7 +522,7 @@ /** * Set the number of pages for this object - * @param aString + * @param value */ public final void setNumPages(final int value) { Modified: Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2006-03-03 16:19:22 UTC (rev 84) +++ Trunk/pcgen/code/src/java/pcgen/core/PlayerCharacter.java 2006-03-03 16:26:16 UTC (rev 85) @@ -7677,7 +7677,7 @@ /** * return value indicates if book was actually added or not - * @param aName + * @param book * @return TRUE or FALSE */ public boolean addSpellBook(final SpellBook book) @@ -9065,7 +9065,7 @@ /** * return value indicates whether or not a book was actually removed - * @param aName + * @param book * @return true or false */ public boolean delSpellBook(final SpellBook book) Modified: Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoSpellsSubTab.java =================================================================== --- Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoSpellsSubTab.java 2006-03-03 16:19:22 UTC (rev 84) +++ Trunk/pcgen/code/src/java/pcgen/gui/tabs/spells/InfoSpellsSubTab.java 2006-03-03 16:26:16 UTC (rev 85) @@ -771,7 +771,7 @@ * Set the spell Info text in the Spell Info panel to the * currently selected spell. * - * @param book The book to be displayed. + * @param si The info to be displayed. */ protected final void setInfoLabelText(SpellInfo si) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |