fix comment

This commit is contained in:
Looly
2019-10-09 10:50:26 +08:00
parent ee9a2f70dd
commit 855ff3e2c6
8 changed files with 62 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
/**
* 基于<a href=“https://github.com/vdurmont/emoji-java”>emoji-java</a>的Emoji表情工具类
* 基于https://github.com/vdurmont/emoji-java的Emoji表情工具类
*
* @author looly
*

View File

@@ -36,6 +36,7 @@ public class MultipartRequestInputStream extends BufferedInputStream {
* 跳过指定位数的 bytes.
*
* @param i 跳过的byte数
* @throws IOException IO异常
*/
public void skipBytes(int i) throws IOException {
long len = super.skip(i);

View File

@@ -83,6 +83,7 @@ public class UploadFile {
*
* @param destination 目标文件
* @return 目标文件
* @throws IOException IO异常
*/
public File write(File destination) throws IOException {
assertValid();