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/MultipartStream.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/my/frame/src/frame/upload/MultipartStream.java b/source/my/frame/src/frame/upload/MultipartStream.java index b364ed1..f007a76 100644 --- a/source/my/frame/src/frame/upload/MultipartStream.java +++ b/source/my/frame/src/frame/upload/MultipartStream.java @@ -290,7 +290,7 @@ * and no progress notifier. * * <p> Note that the buffer must be at least big enough to contain the - * boundary string, plus 4 characters for CR/LF and double dash, plus at + * boundary String, plus 4 characters for CR/LF and double dash, plus at * least one byte of data. Too small a buffer size setting will degrade * performance. * @@ -312,7 +312,7 @@ * <p> Constructs a <code>MultipartStream</code> with a custom size buffer. * * <p> Note that the buffer must be at least big enough to contain the - * boundary string, plus 4 characters for CR/LF and double dash, plus at + * boundary String, plus 4 characters for CR/LF and double dash, plus at * least one byte of data. Too small a buffer size setting will degrade * performance. * -- Gitblit v1.8.0