Update src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java

Co-authored-by: Jörg Hoh <joerghoh@users.noreply.github.com>
diff --git a/src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java b/src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java
index 46cabde..562fb7b 100644
--- a/src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java
+++ b/src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java
@@ -64,7 +64,7 @@
      * @param session  the session
      * @param query    the query
      * @param language the language
-     * @param limit    the limit to the number of results to return
+     * @param limit    the maximum number of results to return; -1 if the result set should not be limited
      * @return the query's result
      * @throws RepositoryException if the {@link QueryManager} cannot be retrieved
      */