[mud4j-commit] SF.net SVN: mud4j: [34] trunk/mud4j-core/src/java/net/sf/mud4j/effect/ Effect.java
Status: Pre-Alpha
Brought to you by:
mpurland
|
From: <mpu...@us...> - 2006-12-23 17:07:22
|
Revision: 34
http://mud4j.svn.sourceforge.net/mud4j/?rev=34&view=rev
Author: mpurland
Date: 2006-12-23 09:07:21 -0800 (Sat, 23 Dec 2006)
Log Message:
-----------
Use @todo tags.
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 2006-12-23 17:06:57 UTC (rev 33)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/effect/Effect.java 2006-12-23 17:07:21 UTC (rev 34)
@@ -19,10 +19,9 @@
/**
* Effect to provide addon effects for specific objects.
*
- * TODO use decorator pattern with effects with characters and items and others
+ * @todo use decorator pattern with effects with characters and items and others
*
* @author Matthew Purland
- *
*/
public interface Effect {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|