svn commit: r793285 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java

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

svn commit: r793285 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java

hansbak-2
Author: hansbak
Date: Sun Jul 12 08:01:29 2009
New Revision: 793285

URL: http://svn.apache.org/viewvc?rev=793285&view=rev
Log:
spelling error

Modified:
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java

Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java?rev=793285&r1=793284&r2=793285&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java (original)
+++ ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java Sun Jul 12 08:01:29 2009
@@ -305,7 +305,7 @@
 
     /** It visits the in-memory tree that represents a bill of materials
      * and it collects all the productId it contains.
-     * @return ArrayLsit conatining all the tree's productId.
+     * @return ArrayList containing all the tree's productId.
      */
     public ArrayList getAllProductsId() {
         ArrayList nodeArr = new ArrayList();