david-PC\david
2018-06-12 f240ac3ccd37c541cab2c21cfc433d3510999a3c
source/my/frame/src/frame/upload/FileItem.java
@@ -131,7 +131,7 @@
     *
     * @param encoding The character encoding to use.
     *
     * @return The contents of the item, as a string.
     * @return The contents of the item, as a String.
     *
     * @throws UnsupportedEncodingException if the requested character
     *                                      encoding is not available.
@@ -144,7 +144,7 @@
     * character encoding.  This method uses {@link #get()} to retrieve the
     * contents of the item.
     *
     * @return The contents of the item, as a string.
     * @return The contents of the item, as a String.
     */
    String getString();