Skip to content

Commit

Permalink
fix alternating highlighting in final entry of return types table
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Mar 6, 2024
1 parent 99511dc commit b459b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
* <td>The caller must arrange to {@link java.util.stream.BaseStream#close() close}
* all streams that it obtains from repository methods.</td></tr>
*
* <tr style="vertical-align: top"><td><code>find...By...(..., PageRequest)</code></td>
* <tr style="vertical-align: top; background-color:#eee"><td><code>find...By...(..., PageRequest)</code></td>
* <td><code>Page&lt;E&gt;</code>, <code>CursoredPage&lt;E&gt;</code></td>
* <td>For use with pagination</td></tr>
*
Expand Down

0 comments on commit b459b4e

Please sign in to comment.