Skip to content

Commit

Permalink
Update GetBucketInfo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryuanpan authored Nov 7, 2019
1 parent d1577d2 commit e6cf637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GetBucketInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void getBucketInfo() {
// 输出空间所述区域
System.out.println(bucketInfo.getZone());

// 其他参数详见 com.qiniu.storage.model.BucketInfo;
// 其他参数详见 https://github.com/qiniu/java-sdk/blob/master/src/main/java/com/qiniu/storage/model/BucketInfo.java

} catch (Exception e) {
//
Expand Down

0 comments on commit e6cf637

Please sign in to comment.