svn commit: r1736222 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java

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

svn commit: r1736222 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java

nmalin
Author: nmalin
Date: Tue Mar 22 18:08:26 2016
New Revision: 1736222

URL: http://svn.apache.org/viewvc?rev=1736222&view=rev
Log:
correct typo on javadoc

Modified:
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java?rev=1736222&r1=1736221&r2=1736222&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java Tue Mar 22 18:08:26 2016
@@ -954,7 +954,7 @@ public class ModelService extends Abstra
     /**
      * Evaluates permission-service for this service.
      * @param dctx DispatchContext from the invoked service
-     * @param context Map containing userLogin and context infromation
+     * @param context Map containing userLogin and context information
      * @return result of permission service invocation
      */
     public Map<String, Object> evalPermission(DispatchContext dctx, Map<String, ? extends Object> context) {