You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/08/24 09:53:51 UTC

[sling-org-apache-sling-resource-presence] 12/16: [checkstyle] (sizes) LambdaBodyLength

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-presence.git

commit 170b55a2b6732d72a94ac492027f2bc90bd8b1df
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Aug 23 16:37:16 2022 +0200

    [checkstyle] (sizes) LambdaBodyLength
---
 .../org/apache/sling/resource/presence/internal/ResourcePresenter.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/sling/resource/presence/internal/ResourcePresenter.java b/src/main/java/org/apache/sling/resource/presence/internal/ResourcePresenter.java
index 55049d0..2f41211 100644
--- a/src/main/java/org/apache/sling/resource/presence/internal/ResourcePresenter.java
+++ b/src/main/java/org/apache/sling/resource/presence/internal/ResourcePresenter.java
@@ -100,6 +100,7 @@ public final class ResourcePresenter {
         return () -> path;
     }
 
+    @SuppressWarnings("checkstyle:LambdaBodyLength")
     private ResourceChangeListener resourceChangeListener() {
         return resourceChanges -> {
             for (final ResourceChange resourceChange : resourceChanges) {