[mud4j-commit] SF.net SVN: mud4j: [118] trunk/mud4j-core/src/java/net/sf/mud4j/character/ Character
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-01-14 18:55:24
|
Revision: 118 http://mud4j.svn.sourceforge.net/mud4j/?rev=118&view=rev Author: mpurland Date: 2007-01-14 10:55:21 -0800 (Sun, 14 Jan 2007) Log Message: ----------- Add javadoc @param tag for hasAbility. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java 2007-01-14 18:51:03 UTC (rev 117) +++ trunk/mud4j-core/src/java/net/sf/mud4j/character/Character.java 2007-01-14 18:55:21 UTC (rev 118) @@ -51,6 +51,7 @@ /** * Determines if the character has an ability. + * @param ability The ability to check if the character has it. * @return Returns whether the character has an ability. */ public boolean hasAbility(CharacterAbility ability); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |