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();