DAATCMNS-629 - Fixed sample in documentation section for limiting query results.

This commit is contained in:
Oliver Gierke
2015-01-08 09:04:49 +01:00
parent 37fbbd4361
commit 5528a3bdd6

View File

@@ -312,7 +312,7 @@ If the number is left out, a result size of 1 is assumed.
====
[source, java]
----
User findFirstByOrderByLastname();
User findFirstByOrderByLastnameAsc();
User findTopByOrderByAgeDesc();