Skip to content

Commit 0fd6d46

Browse files
committed
Polishing.
Fix Javadoc issues. See #2159
1 parent cf40f23 commit 0fd6d46

File tree

1 file changed

+7
-9
lines changed
  • spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query

1 file changed

+7
-9
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/Query.java

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@
3434
* annotation you can set to do that:
3535
* <p>
3636
* <ol>
37-
* <li> {@link #resultSetExtractorRef()}
38-
* </li><li> {@link #resultSetExtractorClass()}
39-
* </li><li> {@link #rowMapperRef()}
40-
* </li><li> {@link #rowMapperClass()}
41-
* </li>
42-
*</ol>
43-
*
37+
* <li>{@link #resultSetExtractorRef()}</li>
38+
* <li>{@link #resultSetExtractorClass()}</li>
39+
* <li>{@link #rowMapperRef()}</li>
40+
* <li>{@link #rowMapperClass()}</li>
41+
* </ol>
4442
* The annotation attributes above are listed in their preference order, that is - the {@link #resultSetExtractorRef()},
45-
* has the highest privilege and, will suppress any other 3 attribute from above, and consequently {@link #rowMapperClass()}
46-
* has the lowest privilege and will be used if any of three above are not specified.
43+
* has the highest privilege and, will suppress any other 3 attribute from above, and consequently
44+
* {@link #rowMapperClass()} has the lowest privilege and will be used if any of three above are not specified.
4745
*
4846
* @author Jens Schauder
4947
* @author Moises Cisneros

0 commit comments

Comments
 (0)