Skip to content

Commit 8a03ea5

Browse files
committed
Rename getFilteredList to getFilteredLists
1 parent 0ef5135 commit 8a03ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 5, minor: 0, revision: 0)
10+
def ver = new Version(major: 5, minor: 0, revision: 1)
1111

1212
group = "org.botblock"
1313
version = "$ver"

src/main/java/org/botblock/javabotblockapi/requests/GetListAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public JSONArray getFeatures(@NotNull String id, @NotNull String site){
252252
*
253253
* @return {@link org.json.JSONObject JSONObject} containing the filtered information of the bot lists.
254254
*/
255-
public JSONObject getFilteredList(@NotNull String id){
255+
public JSONObject getFilteredLists(@NotNull String id){
256256
CheckUtil.notEmpty(id, "id");
257257

258258
return REQUEST_HANDLER.performGetList(id, null, disableCache, true);

0 commit comments

Comments
 (0)