kimptoc 02/01/07 05:18:13 Modified: src/java/org/apache/jetspeed/util/template JetspeedTool.java Log: fixed javadoc typo Revision Changes Path 1.12 +2 -2 jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/JetspeedTool.java Index: JetspeedTool.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/template/JetspeedTool.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- JetspeedTool.java 4 Dec 2001 17:12:00 -0000 1.11 +++ JetspeedTool.java 7 Jan 2002 13:18:13 -0000 1.12 @@ -87,7 +87,7 @@ * shared between threads and/or requests</strong> * * @author <a href="mailto:[EMAIL PROTECTED]">Raphaël Luta</a> - * @version $Id: JetspeedTool.java,v 1.11 2001/12/04 17:12:00 sgala Exp $ + * @version $Id: JetspeedTool.java,v 1.12 2002/01/07 13:18:13 kimptoc Exp $ */ public class JetspeedTool implements ApplicationTool { @@ -185,7 +185,7 @@ * the current PSML resource. * * If a control is attached to the portlet description, returns the defined - * portlet and control, othewise use the default control. + * portlet and control, otherwise use the default control. * * @param name the name of the portlet to render * @return the rendered content of the portlet
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>