From cc7f57619fd09f68582b748a3580402717b84c50 Mon Sep 17 00:00:00 2001 From: david-PC\david <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 15:27:15 +0800 Subject: [PATCH] 停止跟踪项目文件 --- 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