svn commit: r753371 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java

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

svn commit: r753371 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java

doogie-3
Author: doogie
Date: Fri Mar 13 20:01:44 2009
New Revision: 753371

URL: http://svn.apache.org/viewvc?rev=753371&view=rev
Log:
Typo in javadoc.

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

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java?rev=753371&r1=753370&r2=753371&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java Fri Mar 13 20:01:44 2009
@@ -82,7 +82,7 @@
     /**
      * Returns the service attribute for the given name, or null if there is no attribute by that name.
      * @param name a String specifying the name of the attribute
-     * @return an Object conatining the value of the attribute, or null if there is no attribute by that name.
+     * @return an Object containing the value of the attribute, or null if there is no attribute by that name.
      */
     public Object getAttribute(String name) {
         if (attributes.containsKey(name))