svn commit: rev 22632 - avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcconnell
Date: Tue Jul 6 09:10:12 2004
New Revision: 22632
Modified:
avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Context.java
Log:
javadoc corrections
Modified: avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Context.java
==============================================================================
--- avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Context.java (original)
+++ avalon/trunk/tools/magic/src/main/org/apache/avalon/tools/model/Context.java Tue Jul 6 09:10:12 2004
@@ -187,7 +187,7 @@
* path is resolved relative to the supplied root directory.
*
* @param root the root directory
- * @param the absolute or relative file path
+ * @param path the absolute or relative file path
* @return the file instance
*/
public static File getFile( final File root, final String path )
@@ -202,7 +202,7 @@
* parameter is TRUE then the file will be created if it does not exist.
*
* @param root the root directory
- * @param the absolute or relative file path
+ * @param path the absolute or relative file path
* @param create flag to indicate creation policy if the file does not exists
* @return the file instance
*/
@@ -288,7 +288,7 @@
/**
* Return the UTC YYMMDD.HHMMSSS signature of a date.
- * @param the date
+ * @param date the date
* @return the UTC date-stamp signature
*/
public static String getSignature( final Date date )