Author: cziegeler
Date: Wed Feb 18 12:04:41 2015
New Revision: 1660607
URL: http://svn.apache.org/r1660607
Log:
Correct typo in description
Modified:
sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
Modified:
sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java?rev=1660607&r1=1660606&r2=1660607&view=diff
==============================================================================
---
sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
(original)
+++
sling/trunk/bundles/extensions/healthcheck/webconsole/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
Wed Feb 18 12:04:41 2015
@@ -49,7 +49,7 @@ import org.apache.sling.hc.api.execution
@Service(Servlet.class)
@SuppressWarnings("serial")
@Properties({
- @Property(name=org.osgi.framework.Constants.SERVICE_DESCRIPTION,
value="Sling Health Check Web Console Plugin"),
+ @Property(name=org.osgi.framework.Constants.SERVICE_DESCRIPTION,
value="Apache Sling Health Check Web Console Plugin"),
@Property(name="felix.webconsole.label",
value=HealthCheckWebconsolePlugin.LABEL),
@Property(name="felix.webconsole.title",
value=HealthCheckWebconsolePlugin.TITLE),
@Property(name="felix.webconsole.category",
value=HealthCheckWebconsolePlugin.CATEGORY),