You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2020/04/01 16:08:41 UTC

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

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

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

commit 01920c39cd2a99b56a50311a6573e53e98852ead
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Wed Apr 1 18:08:04 2020 +0200

    Revert "SLING-9321 - Make fields final"
    
    This reverts commit 9bafbbacea25460cfb47fb01f23b47ac4c0d8c91.
---
 .../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 ae051f3..152f12d 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 final BundleContext context;
+    private BundleContext context;
 
-    private final Integer idleMillies;
+    private Integer idleMillies;
     
     @Activate
     public BookKeeperFactory(