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

rombert pushed a commit to annotated tag org.apache.sling.featureflags-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git

commit b5e22fe696e2eb731c621e9341e2c1e5fd7ae2c7
Author: Felix Meschberger <[email protected]>
AuthorDate: Tue Jan 28 08:44:13 2014 +0000

    SLING-3148 Set appropriate label for the configuration metatype
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/feature-flags@1562005
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/featureflags/impl/ConfiguredFeature.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/featureflags/impl/ConfiguredFeature.java 
b/src/main/java/org/apache/sling/featureflags/impl/ConfiguredFeature.java
index 1f4db86..d79d8cf 100644
--- a/src/main/java/org/apache/sling/featureflags/impl/ConfiguredFeature.java
+++ b/src/main/java/org/apache/sling/featureflags/impl/ConfiguredFeature.java
@@ -37,7 +37,7 @@ import org.osgi.framework.Constants;
         metatype = true,
         configurationFactory = true,
         policy = ConfigurationPolicy.REQUIRE,
-        label = "Statically Configured Feature",
+        label = "Apache Sling Configured Feature",
         description = "Allows for the definition of statically configured 
features which are defined and enabled through OSGi configuration")
 @Service
 public class ConfiguredFeature implements Feature {

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to