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