cziegeler 2002/07/15 07:48:05 Modified: src/java/org/apache/cocoon/environment Tag: cocoon_2_0_3_branch Request.java Session.java src/java/org/apache/cocoon/matching Tag: cocoon_2_0_3_branch ParameterMatcher.java RegexpURIMatcher.java RequestAttributeMatcher.java SessionAttributeMatcher.java src/java/org/apache/cocoon/servlet Tag: cocoon_2_0_3_branch BootstrapServlet.java Log: Fixing javadocs Revision Changes Path No revision No revision 1.6.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java Index: Request.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Request.java,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- Request.java 28 Feb 2002 15:08:51 -0000 1.6 +++ Request.java 15 Jul 2002 14:48:04 -0000 1.6.2.1 @@ -142,7 +142,7 @@ /** * Overrides the charactor encoding of parameters. * - * @throw java.io.UnsupportedEncodingException if this is not a valid encoding. + * @throws java.io.UnsupportedEncodingException if this is not a valid encoding. */ void setCharacterEncoding(String enc) throws java.io.UnsupportedEncodingException; 1.4.2.1 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/environment/Session.java Index: Session.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Session.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- Session.java 22 Feb 2002 07:03:49 -0000 1.4 +++ Session.java 15 Jul 2002 14:48:04 -0000 1.4.2.1 @@ -108,7 +108,7 @@ * @return a string specifying the identifier * assigned to this session * - * @exeption IllegalStateException if this method is called on an + * @exception IllegalStateException if this method is called on an * invalidated session * */ @@ -130,7 +130,7 @@ * with this session, expressed in * milliseconds since 1/1/1970 GMT * - * @exeption IllegalStateException if this method is called on an + * @exception IllegalStateException if this method is called on an * invalidated session * */ No revision No revision 1.1.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/matching/ParameterMatcher.java Index: ParameterMatcher.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/matching/ParameterMatcher.java,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- ParameterMatcher.java 3 Mar 2002 01:03:48 -0000 1.1 +++ ParameterMatcher.java 15 Jul 2002 14:48:05 -0000 1.1.2.1 @@ -82,7 +82,7 @@ * * @param pattern name of sitemap parameter to find * @param objectModel environment passed through via cocoon - * @returns null or map containing value of sitemap parameter 'pattern' + * @return null or map containing value of sitemap parameter 'pattern' */ public Map match(String pattern, Map objectModel, Parameters parameters) { 1.5.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/matching/RegexpURIMatcher.java Index: RegexpURIMatcher.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/matching/RegexpURIMatcher.java,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- RegexpURIMatcher.java 22 Feb 2002 07:03:52 -0000 1.5 +++ RegexpURIMatcher.java 15 Jul 2002 14:48:05 -0000 1.5.2.1 @@ -68,7 +68,7 @@ /** * Matches the request URIs against a regular expression pattern. * - * @authos <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> + * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> * @version CVS $Id$ */ public class RegexpURIMatcher extends AbstractRegexpMatcher 1.4.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/matching/RequestAttributeMatcher.java Index: RequestAttributeMatcher.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/matching/RequestAttributeMatcher.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- RequestAttributeMatcher.java 22 Feb 2002 07:03:52 -0000 1.4 +++ RequestAttributeMatcher.java 15 Jul 2002 14:48:05 -0000 1.4.2.1 @@ -81,7 +81,7 @@ * * @param pattern name of request attribute to find * @param objectModel environment passed through via cocoon - * @returns null or map containing value of request attribute 'pattern' + * @return null or map containing value of request attribute 'pattern' */ public Map match(String pattern, Map objectModel, Parameters parameters) { 1.4.2.1 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/matching/SessionAttributeMatcher.java Index: SessionAttributeMatcher.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/matching/SessionAttributeMatcher.java,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- SessionAttributeMatcher.java 22 Feb 2002 07:03:52 -0000 1.4 +++ SessionAttributeMatcher.java 15 Jul 2002 14:48:05 -0000 1.4.2.1 @@ -81,7 +81,7 @@ * * @param pattern name of session attribute to find * @param objectModel environment passed through via cocoon - * @returns null or map containing value of session attribute 'pattern' + * @return null or map containing value of session attribute 'pattern' */ public Map match(String pattern, Map objectModel, Parameters parameters) { No revision No revision 1.2.2.2 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/servlet/BootstrapServlet.java Index: BootstrapServlet.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/servlet/BootstrapServlet.java,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- BootstrapServlet.java 11 Apr 2002 13:44:27 -0000 1.2.2.1 +++ BootstrapServlet.java 15 Jul 2002 14:48:05 -0000 1.2.2.2 @@ -72,7 +72,7 @@ * A bootstrap servlet to allow Cocoon to run in servlet engines that aren't fully * compliant with the servlet 2.2 spec. * <p> - * This servlet adds a mandatory "context-dir" parameter to those accepted by {@see CocoonServlet}, + * This servlet adds a mandatory "context-dir" parameter to those accepted by {@link CocoonServlet}, * which should point to Cocoon's context directory (e.g. "<code>/path-to-webapp/cocoon</code>"). * This directory is used to : * <ul>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]