You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:37:55 UTC

[sling-org-apache-sling-event] 08/26: SLING-6863 Event: webconsole.configurationFactory.nameHint Property has to be part of OCD

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

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

commit 39b5cce26cd6651d3bc91f36b4850f3c4fa4282d
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Thu May 18 12:51:07 2017 +0000

    SLING-6863 Event: webconsole.configurationFactory.nameHint Property has to be part of OCD
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1795515 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/event/impl/jobs/config/MainQueueConfiguration.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/java/org/apache/sling/event/impl/jobs/config/MainQueueConfiguration.java b/src/main/java/org/apache/sling/event/impl/jobs/config/MainQueueConfiguration.java
index 9f45b83..cbaf50b 100644
--- a/src/main/java/org/apache/sling/event/impl/jobs/config/MainQueueConfiguration.java
+++ b/src/main/java/org/apache/sling/event/impl/jobs/config/MainQueueConfiguration.java
@@ -166,6 +166,11 @@ public class MainQueueConfiguration {
             public boolean queue_keepJobs() {
                 return false;
             }
+
+            @Override
+            public String webconsole_configurationFactory_nameHint() {
+                return "Queue: {" + ConfigurationConstants.PROP_NAME + "}";
+            }
         });
     }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.