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/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