Author: aadamchik Date: Fri May 24 06:15:25 2013 New Revision: 1485942 URL: http://svn.apache.org/r1485942 Log: properly closing the <i> tag - it was causing italicized text all the way down
Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java?rev=1485942&r1=1485941&r2=1485942&view=diff ============================================================================== --- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java (original) +++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java Fri May 24 06:15:25 2013 @@ -514,7 +514,7 @@ public class SelectQuery<T> extends Qual /** * Adds one or more aliases for the qualifier expression path. Aliases serve to * instruct Cayenne to generate separate sets of joins for overlapping paths, that - * maybe needed for complex conditions. An example of an <i>implicit<i> splits is this + * maybe needed for complex conditions. An example of an <i>implicit</i> splits is this * method: {@link ExpressionFactory#matchAllExp(String, Object...)}. * * @since 3.0 @@ -697,7 +697,7 @@ public class SelectQuery<T> extends Qual } /** - * Sets statement's fetch size (0 for no default size) + * Sets statement's fetch size (0 for default size) * * @since 3.0 */