Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 96312f0

Browse files
SynapticloopSynapticloop
authored andcommitted
removed unnecessary method
1 parent 8f49078 commit 96312f0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/java/synapticloop/b2/B2ApiClient.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,6 @@ public List<B2BucketResponse> listBuckets() throws B2ApiException {
155155
return(new B2ListBucketsRequest(getB2AuthorizeAccountResponse()).getResponse());
156156
}
157157

158-
/**
159-
* List all of the buckets in the account that
160-
*
161-
* @return the list of buckets for the account
162-
*
163-
* @throws B2ApiException if something went wrong
164-
*/
165-
public List<B2BucketResponse> listBuckets(String pattern) throws B2ApiException {
166-
return(new B2ListBucketsRequest(getB2AuthorizeAccountResponse()).getResponse());
167-
}
168-
169158
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
170159
*
171160
* FILE INFORMATION API ACTIONS

0 commit comments

Comments
 (0)