[mud4j-commit] SF.net SVN: mud4j: [129] trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ Abstract
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2007-06-03 01:26:54
|
Revision: 129
http://mud4j.svn.sourceforge.net/mud4j/?rev=129&view=rev
Author: mpurland
Date: 2007-06-02 18:26:41 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
Add comment to field.
Modified Paths:
--------------
trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItemType.java
Modified: trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItemType.java
===================================================================
--- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItemType.java 2007-06-03 01:26:15 UTC (rev 128)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/world/item/AbstractItemType.java 2007-06-03 01:26:41 UTC (rev 129)
@@ -25,6 +25,7 @@
*/
public abstract class AbstractItemType implements ItemType {
+ // Name of the item type
private String itemTypeName;
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|