svn commit: r1674292 - /ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd

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

svn commit: r1674292 - /ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd

jleroux@apache.org
Author: jleroux
Date: Fri Apr 17 12:36:12 2015
New Revision: 1674292

URL: http://svn.apache.org/r1674292
Log:
No functional change, replace " by "

Modified:
    ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd

Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd?rev=1674292&r1=1674291&r2=1674292&view=diff
==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods-v2.xsd Fri Apr 17 12:36:12 2015
@@ -2770,8 +2770,8 @@ under the License.
             <xs:attribute name="scope">
                 <xs:annotation>
                     <xs:documentation>
-                        The memory scope to use. In an &quot;inline&quot; memory scope, fields declared or modified in the called method
-                        will be reflected back to the calling method - as if the called method was inline. In a &quot;function&quot; memory
+                        The memory scope to use. In an "inline" memory scope, fields declared or modified in the called method
+                        will be reflected back to the calling method - as if the called method was inline. In a "function" memory
                         scope, fields declared or modified in the called method are local to the called method - they are not
                         reflected back to the calling method.