From cd18ea3ab91e36c24ff5b846cf623473dbace90c Mon Sep 17 00:00:00 2001 From: IT-KIMI_SHI\SINOIT.KIMI <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 14:55:06 +0800 Subject: [PATCH] no message --- source/my/frame/src/frame/upload/util/Streams.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/my/frame/src/frame/upload/util/Streams.java b/source/my/frame/src/frame/upload/util/Streams.java index 57c00be..5681ce9 100644 --- a/source/my/frame/src/frame/upload/util/Streams.java +++ b/source/my/frame/src/frame/upload/util/Streams.java @@ -136,11 +136,11 @@ /** * This convenience method allows to read a * {@link frame.upload.FileItemStream}'s - * content into a string. The platform's default character encoding + * content into a String. The platform's default character encoding * is used for converting bytes into characters. * @param pStream The input stream to read. * @see #asString(InputStream, String) - * @return The streams contents, as a string. + * @return The streams contents, as a String. * @throws IOException An I/O error occurred. */ public static String asString(InputStream pStream) throws IOException { @@ -152,11 +152,11 @@ /** * This convenience method allows to read a * {@link frame.upload.FileItemStream}'s - * content into a string, using the given character encoding. + * content into a String, using the given character encoding. * @param pStream The input stream to read. * @param pEncoding The character encoding, typically "UTF-8". * @see #asString(InputStream) - * @return The streams contents, as a string. + * @return The streams contents, as a String. * @throws IOException An I/O error occurred. */ public static String asString(InputStream pStream, String pEncoding) -- Gitblit v1.8.0