Revision: 136
http://mud4j.svn.sourceforge.net/mud4j/?rev=136&view=rev
Author: mpurland
Date: 2007-06-02 18:53:22 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
Fix javadoc param.
Modified Paths:
--------------
trunk/mud4j-core/src/java/net/sf/mud4j/damage/Damageable.java
Modified: trunk/mud4j-core/src/java/net/sf/mud4j/damage/Damageable.java
===================================================================
--- trunk/mud4j-core/src/java/net/sf/mud4j/damage/Damageable.java 2007-06-03 01:44:37 UTC (rev 135)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/damage/Damageable.java 2007-06-03 01:53:22 UTC (rev 136)
@@ -38,7 +38,7 @@
/**
* Sets the damage behavior for the damageable object.
*
- * @param behavior DamageBehavior behavior object to set.
+ * @param damageBehavior DamageBehavior behavior object to set.
*/
public void setDamageBehavior(DamageBehavior damageBehavior);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|