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:03:12 UTC

[sling-org-apache-sling-distribution-journal] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 9bafbba  SLING-9321 - Make fields final
9bafbba is described below

commit 9bafbbacea25460cfb47fb01f23b47ac4c0d8c91
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Wed Apr 1 18:02:57 2020 +0200

    SLING-9321 - Make fields final
---
 .../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(