Skip to content

Commit d594dc9

Browse files
committed
java doc
1 parent ebe43ef commit d594dc9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

api-boot-project/api-boot-plugins/api-boot-plugin-alibaba-oss/src/main/java/org/minbox/framework/api/boot/plugin/oss/ApiBootOssService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public void delete(String objectName) throws ApiBootObjectStorageException {
132132
* @param objectName object name
133133
* @param uploadFile upload file
134134
* @param partSize every part size
135+
* @return ApiBootObjectStorageResponse
135136
* @throws ApiBootObjectStorageException ApiBoot Oss Exception
136137
*/
137138
public ApiBootObjectStorageResponse multipartUpload(String objectName, File uploadFile, long partSize) throws ApiBootObjectStorageException {

api-boot-project/api-boot-plugins/api-boot-plugin-alibaba-oss/src/main/java/org/minbox/framework/api/boot/plugin/oss/progress/ApiBootObjectStorageProgress.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.minbox.framework.api.boot.plugin.storage.exception.ApiBootObjectStorageException;
2121

2222
/**
23-
* ApiBoot Oss Upload & Download Progress
23+
* ApiBoot Oss Upload and Download Progress
2424
*
2525
* @author:恒宇少年 - 于起宇
2626
*

api-boot-project/api-boot-plugins/api-boot-plugin-http-converter/src/main/java/org/minbox/framework/api/boot/plugin/http/converter/filter/annotation/ApiBootValueHide.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
/**
4242
* hide length
4343
*
44-
* @return
44+
* @return number
4545
*/
4646
int length() default 0;
4747

4848
/**
4949
* start hide position
5050
*
51-
* @return
51+
* @return start position
5252
*/
5353
int start() default 0;
5454

@@ -57,14 +57,14 @@
5757
* 1、从前往后开始隐藏(排除excludeLength的值个字符)
5858
* 2、从后往前开始隐藏(排除excludeLength的值个字符)
5959
*
60-
* @return
60+
* @return ValueHidePositionEnum
6161
*/
6262
ValueHidePositionEnum position() default ValueHidePositionEnum.MIDDLE;
6363

6464
/**
6565
* placeholder
6666
*
67-
* @return
67+
* @return placeholder
6868
*/
6969
String placeholder() default "*";
7070
}

api-boot-project/api-boot-plugins/api-boot-plugin-http-converter/src/main/java/org/minbox/framework/api/boot/plugin/http/converter/filter/enums/ValueHidePositionEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/**
2121
* 隐藏位置枚举
22-
* @author:于起宇 <br/>
22+
* @author:于起宇
2323
* ===============================
2424
* Created with IDEA.
2525
* Date:2018/1/20

0 commit comments

Comments
 (0)