You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Richard Emberson (JIRA)" <ji...@apache.org> on 2011/01/24 22:23:43 UTC

[jira] Created: (WICKET-3382) JavaDoc: org/ap ache/wicket/util/upload/FileItem.java

JavaDoc: org/ap ache/wicket/util/upload/FileItem.java
-----------------------------------------------------

                 Key: WICKET-3382
                 URL: https://issues.apache.org/jira/browse/WICKET-3382
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5-RC1
         Environment: All
            Reporter: Richard Emberson
            Priority: Trivial


Diffing M3 against RC1 noticed that the JavaDoc for
org/apache/wicket/util/upload/FileItem.java, method
OutputStream getOutputStream() throws IOException;

209c209
<        *         contents of the file.
---
>        *         contensts of the file.

I assume one wants "contents" here

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3382) JavaDoc: org/ap ache/wicket/util/upload/FileItem.java

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3382.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2
         Assignee: Martin Grigorov

Fixed with r1063201

> JavaDoc: org/ap ache/wicket/util/upload/FileItem.java
> -----------------------------------------------------
>
>                 Key: WICKET-3382
>                 URL: https://issues.apache.org/jira/browse/WICKET-3382
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-RC1
>         Environment: All
>            Reporter: Richard Emberson
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 1.5-RC2
>
>
> Diffing M3 against RC1 noticed that the JavaDoc for
> org/apache/wicket/util/upload/FileItem.java, method
> OutputStream getOutputStream() throws IOException;
> 209c209
> <        *         contents of the file.
> ---
> >        *         contensts of the file.
> I assume one wants "contents" here

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.