You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/05/06 11:39:34 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: trivial format

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

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new ef77ce7  trivial format
ef77ce7 is described below

commit ef77ce700bd444d9661ddda11f39aca74dcb7363
Author: stripodi <st...@simos-mbp>
AuthorDate: Mon May 6 13:39:27 2019 +0200

    trivial format
---
 .../java/org/apache/sling/feature/cpconverter/acl/AclManager.java    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/cpconverter/acl/AclManager.java b/src/main/java/org/apache/sling/feature/cpconverter/acl/AclManager.java
index 2a740a8..b5ebc45 100644
--- a/src/main/java/org/apache/sling/feature/cpconverter/acl/AclManager.java
+++ b/src/main/java/org/apache/sling/feature/cpconverter/acl/AclManager.java
@@ -78,7 +78,6 @@ public final class AclManager {
 
         Formatter formatter = null;
         try {
-
             Extension repoInitExtension = new Extension(ExtensionType.TEXT, Extension.EXTENSION_NAME_REPOINIT, true);
 
             formatter = new Formatter();
@@ -130,7 +129,9 @@ public final class AclManager {
 
             feature.getExtensions().add(repoInitExtension);
         } finally {
-            if(formatter != null) { formatter.close(); }
+            if (formatter != null) {
+                formatter.close();
+            }
         }
     }
 }