david-PC\david
2018-06-12 a9631bf0505ac256d276b060dc05d99ea971d877
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();