joerg 2004/03/29 15:24:18
Modified:
src/blocks/repository/java/org/apache/cocoon/components/repository/helpers
RepositoryPropertyHelper.java CredentialsToken.java
src/blocks/repository/java/org/apache/cocoon/components/repository
Repository.java
Log:
fixed javadoc errors
Revision Changes Path
1.2 +1 -1
cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/helpers/RepositoryPropertyHelper.java
Index: RepositoryPropertyHelper.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/helpers/RepositoryPropertyHelper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RepositoryPropertyHelper.java 27 Mar 2004 15:21:46 -0000 1.1
+++ RepositoryPropertyHelper.java 29 Mar 2004 23:24:18 -0000 1.2
@@ -87,7 +87,7 @@
* set multiple properties
*
* @param uri the uri of the resource.
- * @param poperties a Map containing the properties to set.
+ * @param properties a Map containing the properties to set.
* @return a boolean indicating success.
* @throws ProcessingException
*/
1.2 +1 -1
cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/helpers/CredentialsToken.java
Index: CredentialsToken.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/helpers/CredentialsToken.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CredentialsToken.java 27 Mar 2004 15:21:46 -0000 1.1
+++ CredentialsToken.java 29 Mar 2004 23:24:18 -0000 1.2
@@ -26,7 +26,7 @@
/**
* creates a CredentialsToken
*
- * @param name the principal belonging to the credentials token.
+ * @param principal the principal belonging to the credentials token.
* @param credentials the credentials of the credentials token.
*/
public CredentialsToken(Principal principal, String credentials) {
1.2 +2 -2
cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/Repository.java
Index: Repository.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/java/org/apache/cocoon/components/repository/Repository.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Repository.java 27 Mar 2004 15:21:46 -0000 1.1
+++ Repository.java 29 Mar 2004 23:24:18 -0000 1.2
@@ -73,7 +73,7 @@
* save content
*
* @param uri the uri of the resource.
- * @param content the to be saved content given as a W3C Node object.
+ * @param node the to be saved content given as a W3C Node object.
* @return a boolean indicating success.
* @throws ProcessingException
*/
@@ -83,7 +83,7 @@
* save content
*
* @param uri the uri of the resource.
- * @param content the to be saved content given as a Excalibur Source
object.
+ * @param source the to be saved content given as a Excalibur Source
object.
* @return a boolean indicating success.
* @throws ProcessingException
*/