From: <fg...@us...> - 2009-03-01 11:44:20
|
Revision: 1067 http://openutils.svn.sourceforge.net/openutils/?rev=1067&view=rev Author: fgrilli Date: 2009-03-01 11:44:17 +0000 (Sun, 01 Mar 2009) Log Message: ----------- fixed small typo Modified Paths: -------------- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/JCRCriteriaFactory.java Modified: trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/JCRCriteriaFactory.java =================================================================== --- trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/JCRCriteriaFactory.java 2009-02-28 20:36:57 UTC (rev 1066) +++ trunk/openutils-mgnlcriteria/src/main/java/net/sourceforge/openutils/mgnlcriteria/jcr/query/JCRCriteriaFactory.java 2009-03-01 11:44:17 UTC (rev 1067) @@ -49,7 +49,7 @@ /** * A factory for Magnolia CMS specific Criteria implementation which can return a subset of results instead of the - * whole resultset, much like a mySQL limit clause. For this to work, the underlying JCR repository implementation + * whole resultset, much like a MySQL limit clause. For this to work, the underlying JCR repository implementation * must support this feature (Jackrabbit 1.4+ does).<br> * To set the maximum number of returned items you must call {@link Criteria#setMaxResults(int)} (by default * {@link Criteria#setFirstResult(int)} is set to 0).<br> @@ -71,7 +71,7 @@ /** * A factory for Magnolia CMS specific Criteria implementation which can return a subset of results instead of the - * whole resultset, much like a mySQL limit clause. For this to work, the underlying JCR repository implementation + * whole resultset, much like a MySQL limit clause. For this to work, the underlying JCR repository implementation * must support this feature (Jackrabbit 1.4+ does).<br> * To set the maximum number of returned items you must call {@link Criteria#setMaxResults(int)} (by default * {@link Criteria#setFirstResult(int)} is set to 0).<br> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |