You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/04/26 10:38:54 UTC

[sling-org-apache-sling-feature-inventoryprinter] 04/09: Change label 'Launch Features' to 'Launch Feature'

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

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

commit dca7cdde59da5879a940fb8e9a20c330de5fffae
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Nov 15 10:05:11 2018 +0000

    Change label 'Launch Features' to 'Launch Feature'
---
 .../sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
index 2c1f240..ac9710c 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
@@ -31,8 +31,8 @@ import java.nio.file.Path;
 import java.nio.file.Paths;
 
 @Component(
-property = {InventoryPrinter.NAME + "=launch_features",
-        InventoryPrinter.TITLE + "=Launch Features",
+property = {InventoryPrinter.NAME + "=launch_feature",
+        InventoryPrinter.TITLE + "=Launch Feature",
         InventoryPrinter.FORMAT + "=JSON"})
 public class FeaturesInventoryPrinter implements InventoryPrinter
 {