vgritsenko 2003/02/01 21:24:36
Modified: src/java/org/apache/cocoon Constants.java
Log:
Fix javadoc
Revision Changes Path
1.19 +4 -4 xml-cocoon2/src/java/org/apache/cocoon/Constants.java
Index: Constants.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/Constants.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Constants.java 31 Jan 2003 22:51:18 -0000 1.18
+++ Constants.java 2 Feb 2003 05:24:36 -0000 1.19
@@ -224,7 +224,7 @@
* This constant is also defined in the
org.apache.cocoon.environment.ObjectModelHelper class.
*
* FIXME(GP): Shouldn't this definition here be removed?
- * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getRequest(Map)} instead.
+ * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getRequest(java.util.Map))} instead.
*/
String REQUEST_OBJECT =
org.apache.cocoon.environment.ObjectModelHelper.REQUEST_OBJECT;
@@ -233,7 +233,7 @@
* This constant is also defined in the
org.apache.cocoon.environment.ObjectModelHelper class.
*
* FIXME(GP): Shouldn't this definition here be removed?
- * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getResponse(Map)} instead.
+ * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getResponse(java.util.Map)} instead.
*/
String RESPONSE_OBJECT =
org.apache.cocoon.environment.ObjectModelHelper.RESPONSE_OBJECT;
@@ -242,7 +242,7 @@
* This constant is also defined in the
org.apache.cocoon.environment.ObjectModelHelper class.
*
* FIXME(GP): Shouldn't this definition here be removed?
- * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getContext(Map)} instead.
+ * @deprecated Use the {@link
org.apache.cocoon.environment.ObjectModelHelper#getContext(java.util.Map)} instead.
*/
String CONTEXT_OBJECT =
org.apache.cocoon.environment.ObjectModelHelper.CONTEXT_OBJECT;
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]