donaldp 2002/06/21 00:56:42
Modified: container/src/java/org/apache/myrmidon/components/property
DefaultPropertyStore.java
Log:
Remove unecessary FQN from javadocs
Revision Changes Path
1.8 +4 -4
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/property/DefaultPropertyStore.java
Index: DefaultPropertyStore.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/property/DefaultPropertyStore.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DefaultPropertyStore.java 29 May 2002 06:42:26 -0000 1.7
+++ DefaultPropertyStore.java 21 Jun 2002 07:56:42 -0000 1.8
@@ -101,7 +101,7 @@
*
* @param name the name of property
* @param value the value of property
- * @throws org.apache.myrmidon.api.TaskException if property can not be
set
+ * @throws TaskException if property can not be set
*/
public void setProperty( final String name, final Object value )
throws TaskException
@@ -142,7 +142,7 @@
*
* @param name the name of the property
* @return the value of the property, or null if no such property
- * @throws org.apache.myrmidon.api.TaskException if theres an error
retrieving property, such
+ * @throws TaskException if theres an error retrieving property, such
* as an invalid property name
*/
public Object getProperty( final String name )
@@ -168,7 +168,7 @@
*
* @return a copy of all the properties that are "in-scope"
* for store.
- * @throws org.apache.myrmidon.api.TaskException if theres an error
retrieving propertys
+ * @throws TaskException if theres an error retrieving propertys
*/
public Map getProperties()
throws TaskException
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>