svn commit: r739790 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

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

svn commit: r739790 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

jacopoc
Author: jacopoc
Date: Sun Feb  1 17:00:13 2009
New Revision: 739790

URL: http://svn.apache.org/viewvc?rev=739790&view=rev
Log:
Fixed typo in a comment.

Modified:
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java

Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java?rev=739790&r1=739789&r2=739790&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java (original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java Sun Feb  1 17:00:13 2009
@@ -81,7 +81,7 @@
     /**
      * Renders the named screen using the render environment configured when this ScreenRenderer was created.
      *
-     * @param combinedName A combination of the resource name/location for the screen XML file and the name of the screen within that file, separated by a puund sign ("#"). This is the same format that is used in the view-map elements on the controller.xml file.
+     * @param combinedName A combination of the resource name/location for the screen XML file and the name of the screen within that file, separated by a pound sign ("#"). This is the same format that is used in the view-map elements on the controller.xml file.
      * @throws IOException
      * @throws SAXException
      * @throws ParserConfigurationException