You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/01/29 16:13:34 UTC

svn commit: r1562473 - /sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext

Author: cziegeler
Date: Wed Jan 29 15:13:34 2014
New Revision: 1562473

URL: http://svn.apache.org/r1562473
Log:
Remove reference to removed method

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext?rev=1562473&r1=1562472&r2=1562473&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/service-authentication.mdtext Wed Jan 29 15:13:34 2014
@@ -103,7 +103,6 @@ such that system administrators are in f
 The `ServiceUserMapper` defines the following API:
 
     #!java
-    String getServiceID(Bundle bundle, String subServiceName);
     String getServiceUserID(Bundle bundle, String subServiceName);