Author: ivaynberg
Date: Wed Feb 28 19:48:50 2007
New Revision: 513123

URL: http://svn.apache.org/viewvc?view=rev&rev=513123
Log:
protected closestreams()->public final closestreams()

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/upload/FileUpload.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/upload/FileUpload.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/upload/FileUpload.java?view=diff&rev=513123&r1=513122&r2=513123
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/upload/FileUpload.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/upload/FileUpload.java
 Wed Feb 28 19:48:50 2007
@@ -177,7 +177,7 @@
         * If an exception is thrown when closing the input streams, we ignore 
it,
         * because the stream might have been closed already.
         */
-       void closeStreams()
+       public final void closeStreams()
        {
                if (inputStreams != null)
                {


Reply via email to