svn commit: r1364980 - in /ofbiz/trunk: framework/service/dtd/services.xsd specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1364980 - in /ofbiz/trunk: framework/service/dtd/services.xsd specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java

jacopoc
Author: jacopoc
Date: Tue Jul 24 11:25:08 2012
New Revision: 1364980

URL: http://svn.apache.org/viewvc?rev=1364980&view=rev
Log:
changed some comments/docs to refer to LocalDispatcher instead of ServiceDispatcher

Modified:
    ofbiz/trunk/framework/service/dtd/services.xsd
    ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java

Modified: ofbiz/trunk/framework/service/dtd/services.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/services.xsd?rev=1364980&r1=1364979&r2=1364980&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/services.xsd (original)
+++ ofbiz/trunk/framework/service/dtd/services.xsd Tue Jul 24 11:25:08 2012
@@ -118,7 +118,7 @@ under the License.
         <xs:attribute name="hideResultInLog" default="false">
             <xs:annotation>
                 <xs:documentation>
-                    If set to true the result will be hidden from possible exposition in ServiceDispatcher.runSync()
+                    If set to true the result will be hidden from possible exposition in LocalDispatcher.runSync()
                 </xs:documentation>
             </xs:annotation>
             <xs:simpleType>

Modified: ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java?rev=1364980&r1=1364979&r2=1364980&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java (original)
+++ ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java Tue Jul 24 11:25:08 2012
@@ -58,7 +58,7 @@ public class CrowdAuthenticator extends
      * Method called when authenticator is first initialized (the delegator
      * object can be obtained from the LocalDispatcher)
      *
-     * @param dispatcher The ServiceDispatcher to use for this Authenticator
+     * @param dispatcher The LocalDispatcher to use for this Authenticator
      */
     public void initialize(LocalDispatcher dispatcher) {
         this.dispatcher = dispatcher;