[mud4j-commit] SF.net SVN: mud4j: [76] trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ AbstractI
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2006-12-30 04:55:20
|
Revision: 76 http://mud4j.svn.sourceforge.net/mud4j/?rev=76&view=rev Author: mpurland Date: 2006-12-29 20:55:10 -0800 (Fri, 29 Dec 2006) Log Message: ----------- Add field comment. Modified Paths: -------------- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItem.java Modified: trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItem.java =================================================================== --- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItem.java 2006-12-30 04:54:30 UTC (rev 75) +++ trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItem.java 2006-12-30 04:55:10 UTC (rev 76) @@ -27,6 +27,7 @@ */ public class AbstractItem implements Item { + // Name of the item private String itemName; // List of item types This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |