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/09/07 20:57:31 UTC

[sling-org-apache-sling-commons-crypto] 02/06: style

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-crypto.git

commit 6917c90e99425062a9f666eaf7306a6e3bb8b449
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 7 14:56:04 2022 +0200

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

diff --git a/src/test/java/org/apache/sling/commons/crypto/it/tests/EncryptWebConsolePluginIT.java b/src/test/java/org/apache/sling/commons/crypto/it/tests/EncryptWebConsolePluginIT.java
index a68a6ec..9737192 100644
--- a/src/test/java/org/apache/sling/commons/crypto/it/tests/EncryptWebConsolePluginIT.java
+++ b/src/test/java/org/apache/sling/commons/crypto/it/tests/EncryptWebConsolePluginIT.java
@@ -57,7 +57,7 @@ public class EncryptWebConsolePluginIT extends CryptoTestSupport {
 
     private String url;
 
-    private CryptoService cryptoService = new ReversingCryptoService();
+    private final CryptoService cryptoService = new ReversingCryptoService();
 
     private ServiceRegistration<CryptoService> registration;