Revision: 78
http://mud4j.svn.sourceforge.net/mud4j/?rev=78&view=rev
Author: mpurland
Date: 2006-12-29 21:00:56 -0800 (Fri, 29 Dec 2006)
Log Message:
-----------
Delete item attribute. Package will not support this.
Removed Paths:
-------------
trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemAttribute.java
Deleted: trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemAttribute.java
===================================================================
--- trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemAttribute.java 2006-12-30 04:56:49 UTC (rev 77)
+++ trunk/mud4j-core/src/java/net/sf/mud4j/world/item/ItemAttribute.java 2006-12-30 05:00:56 UTC (rev 78)
@@ -1,25 +0,0 @@
-/**
- * Copyright 2006 Matthew Purland (m.p...@gm...)
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package net.sf.mud4j.world.item;
-
-/**
- * Attribute associated with an item that adds special
- *
- * @author Matthew Purland
- */
-public interface ItemAttribute {
- public String getAttributeName();
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|