You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2015/05/22 23:03:22 UTC

svn commit: r1681234 - /sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java

Author: sseifert
Date: Fri May 22 21:03:22 2015
New Revision: 1681234

URL: http://svn.apache.org/r1681234
Log:
SLING-4743 Event: Web Console Name Hints for Job Queue Configuration

Modified:
    sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java

Modified: sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java?rev=1681234&r1=1681233&r2=1681234&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java (original)
+++ sling/trunk/bundles/extensions/event/src/main/java/org/apache/sling/event/impl/jobs/config/InternalQueueConfiguration.java Fri May 22 21:03:22 2015
@@ -112,7 +112,8 @@ import org.slf4j.LoggerFactory;
               propertyPrivate=false,
               label="Ranking",
               description="Integer value defining the ranking of this queue configuration. "
-                        + "If more than one queue matches a job topic, the one with the highest ranking is used.")
+                        + "If more than one queue matches a job topic, the one with the highest ranking is used."),
+    @Property(name="webconsole.configurationFactory.nameHint", value="Queue: {" + ConfigurationConstants.PROP_NAME + "}")
 })
 public class InternalQueueConfiguration
     implements QueueConfiguration, Comparable<InternalQueueConfiguration> {