joerg 2004/04/30 15:57:23
Modified:
src/blocks/serializers/java/org/apache/cocoon/components/serializers/encoding
CharsetFactory.java
src/blocks/woody/java/org/apache/cocoon/woody/util
JavaScriptHelper.java
src/blocks/serializers/java/org/apache/cocoon/components/serializers
XHTMLSerializer.java XMLSerializer.java
HTMLSerializer.java
Log:
fixed javadocs
Revision Changes Path
1.3 +1 -3
cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/encoding/CharsetFactory.java
Index: CharsetFactory.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/encoding/CharsetFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CharsetFactory.java 30 Apr 2004 19:34:46 -0000 1.2
+++ CharsetFactory.java 30 Apr 2004 22:57:22 -0000 1.3
@@ -181,8 +181,6 @@
/**
* Return the <code>Charset</code> instance for the default charset.
*
- * @throws UnsupportedEncodingException If the default is invalid or
- * cannot be accessed.
*/
public Charset getDefaultCharset() {
return(defaultCharset);
1.10 +2 -2
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/util/JavaScriptHelper.java
Index: JavaScriptHelper.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/util/JavaScriptHelper.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- JavaScriptHelper.java 30 Apr 2004 22:52:43 -0000 1.9
+++ JavaScriptHelper.java 30 Apr 2004 22:57:22 -0000 1.10
@@ -132,7 +132,7 @@
* that can be provided by a flowscript higher in the call stack, giving
visibility to flowscript
* functions and global (session) variables.
*
- * @param request a request where the flowscript scope will be searched
(can be <code>null</code>).
+ * @param objectModel an objectModel where the flowscript scope will be
searched (can be <code>null</code>).
* @return an appropriate parent scope.
*/
public static Scriptable getParentScope(Map objectModel) {
1.3 +2 -2
cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/XHTMLSerializer.java
Index: XHTMLSerializer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/XHTMLSerializer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XHTMLSerializer.java 27 Apr 2004 18:35:21 -0000 1.2
+++ XHTMLSerializer.java 30 Apr 2004 22:57:22 -0000 1.3
@@ -99,7 +99,7 @@
* @param qual The fully-qualified name of the root element.
* @param namespaces An array of <code>String</code> objects containing
* the namespaces to be declared by this element.
- * @param namespaces An array of <code>String</code> objects containing
+ * @param attributes An array of <code>String</code> objects containing
* all attributes of this element.
*/
public void startElementImpl(String uri, String local, String qual,
1.5 +2 -2
cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/XMLSerializer.java
Index: XMLSerializer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/XMLSerializer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XMLSerializer.java 30 Apr 2004 22:52:43 -0000 1.4
+++ XMLSerializer.java 30 Apr 2004 22:57:22 -0000 1.5
@@ -239,7 +239,7 @@
* @param qual The fully-qualified name of the root element.
* @param namespaces An array of <code>String</code> objects containing
* the namespaces to be declared by this element.
- * @param namespaces An array of <code>String</code> objects containing
+ * @param attributes An array of <code>String</code> objects containing
* all attributes of this element.
*/
public void startElementImpl(String uri, String local, String qual,
1.4 +2 -2
cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/HTMLSerializer.java
Index: HTMLSerializer.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/serializers/java/org/apache/cocoon/components/serializers/HTMLSerializer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HTMLSerializer.java 30 Apr 2004 19:34:46 -0000 1.3
+++ HTMLSerializer.java 30 Apr 2004 22:57:22 -0000 1.4
@@ -86,7 +86,7 @@
/**
* Receive notification of the beginning of the document body.
*
- * @param uri The namespace URI of the root element.
+ * @param nsuri The namespace URI of the root element.
* @param local The local name of the root element.
* @param qual The fully-qualified name of the root element.
*/