This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new fcb77de fix javadoc
fcb77de is described below
commit fcb77de40973672548e79f3a42c19f5decd95651
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 27 16:26:03 2019 +0100
fix javadoc
---
.../org/apache/sling/installer/provider/jcr/impl/FolderNameFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/installer/provider/jcr/impl/FolderNameFilter.java
b/src/main/java/org/apache/sling/installer/provider/jcr/impl/FolderNameFilter.java
index f2f5b8a..d8be90f 100644
---
a/src/main/java/org/apache/sling/installer/provider/jcr/impl/FolderNameFilter.java
+++
b/src/main/java/org/apache/sling/installer/provider/jcr/impl/FolderNameFilter.java
@@ -128,7 +128,7 @@ class FolderNameFilter {
* (according to our regexp and current RunMode), return the
* priority to use for InstallableResource found in that folder.
*
- * @return -1 if path is not an installable folder, else resource
priority
+ * @return -1 or 0 if path is not an installable folder, else
resource priority
*/
int getPriority(final String path) {
int result = 0;