kpiroumian 02/04/27 02:36:22
Modified: src/java/org/apache/cocoon/acting LocaleAction.java
Log:
JavaDoc fix
Revision Changes Path
1.9 +3 -8 xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java
Index: LocaleAction.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/LocaleAction.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- LocaleAction.java 25 Apr 2002 16:25:44 -0000 1.8
+++ LocaleAction.java 27 Apr 2002 09:36:22 -0000 1.9
@@ -127,7 +127,7 @@
* <br>
*
* The attribute names can be configured/customized at action definition
- * and/or usage time, using the paramters
+ * using the configuration paramters
* {language,country,variant,locale}-attribute.
*
* eg.
@@ -140,18 +140,12 @@
*
* or:
*
- * <pre>
- * <map:act type="locale">
- * <map:parameter name="language-attribute" value="lg"/>
- * </map:act>
- * </pre>
- *
* <center>Code originated from org.apache.cocoon.acting.LangSelect</center>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Marcus Crafter</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Konstantin Piroumian</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Lassi Immonen</a>
- * @version CVS $Id: LocaleAction.java,v 1.8 2002/04/25 16:25:44 kpiroumian Exp $
+ * @version CVS $Id: LocaleAction.java,v 1.9 2002/04/27 09:36:22 kpiroumian Exp $
*/
public class LocaleAction extends ComposerAction implements ThreadSafe,
Configurable {
@@ -368,6 +362,7 @@
// 4. Locale setting of the requesting object/server
return request.getLocale().toString();
}
+
/**
* Method to check <map:act type="locale"/> invocations for local
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]