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/06/19 22:29:22 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch r2f updated: @trivial format

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

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


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

commit d584ec3fa6c73c5a67a1497c321fdd2addc056e4
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Thu Jun 20 00:29:16 2019 +0200

    @trivial format
---
 .../feature/inventoryservice/impl/AbstractFeatureInventoryPrinter.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/AbstractFeatureInventoryPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/AbstractFeatureInventoryPrinter.java
index 536b334..cfa97e7 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/AbstractFeatureInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/AbstractFeatureInventoryPrinter.java
@@ -44,6 +44,4 @@ abstract class AbstractFeatureInventoryPrinter implements InventoryPrinter {
 
     protected abstract Feature getComputedFeature();
 
-    
-
 }