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-commons-clam.git

commit 9da7591880fc979880d72f272c1033579b0f222c
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Thu Apr 29 17:08:15 2021 +0200

    style
---
 .../java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java 
b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
index 64fce01..647158e 100644
--- a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
+++ b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
@@ -77,7 +77,7 @@ public abstract class ClamTestSupport extends TestSupport {
         );
     }
 
-    protected class InfiniteInputStream extends InputStream {
+    protected static class InfiniteInputStream extends InputStream {
 
         @Override
         public int read() throws IOException {

Reply via email to