You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/06/16 02:22:03 UTC

svn commit: r785035 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java

Author: lu4242
Date: Tue Jun 16 00:22:03 2009
New Revision: 785035

URL: http://svn.apache.org/viewvc?rev=785035&view=rev
Log:
fix html tag error on documentation

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
    myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java?rev=785035&r1=785034&r2=785035&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java Tue Jun 16 00:22:03 2009
@@ -85,7 +85,7 @@
     /**
      * This setting was intended to allow control over how the contents of the
      * file get temporarily stored during processing.
-     * <p> It allows three options<p>
+     * <p> It allows three options</p>
      * <ul>
      * <li>"default": The file is handled on memory while the file size is below 
      * uploadThresholdSize value, otherwise is handled on disk or file storage when

Modified: myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java?rev=785035&r1=785034&r2=785035&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java (original)
+++ myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java Tue Jun 16 00:22:03 2009
@@ -87,7 +87,7 @@
     /**
      * This setting was intended to allow control over how the contents of the
      * file get temporarily stored during processing.
-     * <p> It allows three options<p>
+     * <p> It allows three options</p>
      * <ul>
      * <li>"default": The file is handled on memory while the file size is below 
      * uploadThresholdSize value, otherwise is handled on disk or file storage when