[mud4j-commit] SF.net SVN: mud4j: [138] trunk/mud4j-core/src/java/net/sf/mud4j/effect/ Effect.java
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-06-14 03:28:42
|
Revision: 138 http://mud4j.svn.sourceforge.net/mud4j/?rev=138&view=rev Author: mpurland Date: 2007-06-13 20:28:41 -0700 (Wed, 13 Jun 2007) Log Message: ----------- Remove unused @param tags in javadoc. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/effect/Effect.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/effect/Effect.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/effect/Effect.java 2007-06-14 03:27:57 UTC (rev 137) +++ trunk/mud4j-core/src/java/net/sf/mud4j/effect/Effect.java 2007-06-14 03:28:41 UTC (rev 138) @@ -27,7 +27,6 @@ /** * Apply effect on the target. * - * @param target Target object to apply effect on. * @throws EffectException in case of an apply failure. */ public void apply() throws EffectException; @@ -35,7 +34,6 @@ /** * Undo the effect from the target. * - * @param target Target object to remove effect from. * @throws EffectException in case of an undo failure. */ public void undo() throws EffectException; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |