You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2020/04/07 12:51:12 UTC

[sling-org-apache-sling-distribution-journal] 02/06: Revert "Revert "SLING-9321 - Make fields final""

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

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit c11b4b04deda0836420954b8f690f1f0c3c38897
Author: tmaret <tm...@adobe.com>
AuthorDate: Tue Apr 7 14:40:52 2020 +0200

    Revert "Revert "SLING-9321 - Make fields final""
    
    This reverts commit 01920c39
---
 .../distribution/journal/service/subscriber/BookKeeperFactory.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/distribution/journal/service/subscriber/BookKeeperFactory.java b/src/main/java/org/apache/sling/distribution/journal/service/subscriber/BookKeeperFactory.java
index 152f12d..ae051f3 100644
--- a/src/main/java/org/apache/sling/distribution/journal/service/subscriber/BookKeeperFactory.java
+++ b/src/main/java/org/apache/sling/distribution/journal/service/subscriber/BookKeeperFactory.java
@@ -44,9 +44,9 @@ public class BookKeeperFactory {
     
     private final Packaging packaging;
 
-    private BundleContext context;
+    private final BundleContext context;
 
-    private Integer idleMillies;
+    private final Integer idleMillies;
     
     @Activate
     public BookKeeperFactory(