From 1fc618f6d3d20543df4f6ca01235bedad0197644 Mon Sep 17 00:00:00 2001 From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 14:48:31 +0800 Subject: [PATCH] no message --- source/my/frame/src/frame/upload/FileItem.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/my/frame/src/frame/upload/FileItem.java b/source/my/frame/src/frame/upload/FileItem.java index 2975366..d54c59d 100644 --- a/source/my/frame/src/frame/upload/FileItem.java +++ b/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(); -- Gitblit v1.8.0