Skip to content

Commit 85bde6c

Browse files
committed
fixed style
1 parent 78fd836 commit 85bde6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/qiniu/common/Constants.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ public final class Constants {
3030
* 回复超时时间 单位秒(默认30s)
3131
*/
3232
public static final int RESPONSE_TIMEOUT = 30;
33+
34+
private Constants(){
35+
}
3336
}
3437

0 commit comments

Comments
 (0)