You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/02/08 12:12:45 UTC

[sling-org-apache-sling-discovery-support] branch master updated: fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37e4f71  fix typo
37e4f71 is described below

commit 37e4f7160241d6d1dcc69df8feff38ddc5899263
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Feb 8 13:12:02 2018 +0100

    fix typo
---
 .../apache/sling/discovery/impl/support/StandardPropertyProvider.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/discovery/impl/support/StandardPropertyProvider.java b/src/main/java/org/apache/sling/discovery/impl/support/StandardPropertyProvider.java
index 077beba..48a0fcf 100644
--- a/src/main/java/org/apache/sling/discovery/impl/support/StandardPropertyProvider.java
+++ b/src/main/java/org/apache/sling/discovery/impl/support/StandardPropertyProvider.java
@@ -51,7 +51,7 @@ import org.osgi.service.http.HttpService;
            policy=ReferencePolicy.DYNAMIC)
 public class StandardPropertyProvider {
 
-    /** Official Endpoint service registration property from http whiteboard spec */
+    /** Official endpoint service registration property from Http Whiteboard spec */
     private static final String REG_PROPERTY_ENDPOINTS = "osgi.http.endpoint";
 
     /** Endpoint service registration property from RFC 189 */

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.