修复MinioBucket类中setBucketName方法的拼写错误
This commit is contained in:
parent
4fb15c1afa
commit
61ecbb2df4
@ -43,7 +43,7 @@ public class MinioBucket {
|
|||||||
return bucketName;
|
return bucketName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setBucketName(String buketName) {
|
public void setBucketName(String bucketName) {
|
||||||
this.bucketName = bucketName;
|
this.bucketName = bucketName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user