kimptoc 02/01/07 04:54:20 Modified: src/java/org/apache/jetspeed/om/profile PSMLDocument.java Log: fix a typo Revision Changes Path 1.2 +2 -2 jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile/PSMLDocument.java Index: PSMLDocument.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/om/profile/PSMLDocument.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PSMLDocument.java 4 Jun 2001 17:43:13 -0000 1.1 +++ PSMLDocument.java 7 Jan 2002 12:54:20 -0000 1.2 @@ -63,7 +63,7 @@ * document. * * @author <a href="mailto:[EMAIL PROTECTED]">Raphaël Luta</a> - * @version $Id: PSMLDocument.java,v 1.1 2001/06/04 17:43:13 raphael Exp $ + * @version $Id: PSMLDocument.java,v 1.2 2002/01/07 12:54:20 kimptoc Exp $ */ public interface PSMLDocument { @@ -80,7 +80,7 @@ public void setName(String name); /** - * Return ths portlet set PSML description of this document + * Return the portlet set PSML description of this document * * @return a PSML object model hierarchy, or null if none is * defined for this document
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>