You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/05/24 08:16:15 UTC

svn commit: r1485943 - /cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java

Author: aadamchik
Date: Fri May 24 06:16:15 2013
New Revision: 1485943

URL: http://svn.apache.org/r1485943
Log:
properly closing the <i> tag - it was causing italicized text all the way down
(cherry picked from commit 594f539df280baa73d73b374850613da0a16df87)

Modified:
    cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java

Modified: cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java?rev=1485943&r1=1485942&r2=1485943&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java (original)
+++ cayenne/main/branches/STABLE-3.1/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/query/SelectQuery.java Fri May 24 06:16:15 2013
@@ -452,7 +452,7 @@ public class SelectQuery extends Qualifi
     /**
      * 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
@@ -617,7 +617,7 @@ public class SelectQuery extends Qualifi
     }
 
     /**
-     * Sets statement's fetch size (0 for no default size)
+     * Sets statement's fetch size (0 for default size)
      *
      * @since 3.0
      */