From a9631bf0505ac256d276b060dc05d99ea971d877 Mon Sep 17 00:00:00 2001 From: david-PC\david <kimi42345@gmail.com> Date: 星期二, 12 六月 2018 17:13:50 +0800 Subject: [PATCH] 修改了Engine的流程(第一次) --- 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