Skip to content

Commit e2477ed

Browse files
committed
make private manageTags
1 parent 0fbb1a6 commit e2477ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagekit-sdk/src/main/java/io/imagekit/sdk/tasks/RestClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public ResultCacheStatus getPurgeCacheStatus(String requestId) throws ForbiddenE
344344
return result;
345345
}
346346

347-
public ResultTags manageTags(TagsRequest tagsRequest, String action)
347+
private ResultTags manageTags(TagsRequest tagsRequest, String action)
348348
throws NotFoundException, PartialSuccessException, BadRequestException, InternalServerException,
349349
UnknownException, ForbiddenException, TooManyRequestsException, UnauthorizedException {
350350
ResultTags resultTags = new ResultTags();

0 commit comments

Comments
 (0)