@@ -109,7 +109,7 @@ public RequestHandler(){}
109109 * @param jda
110110 * The instance of {@link net.dv8tion.jda.api.JDA JDA} to use.
111111 *
112- * @return Nullable JSONObject containing the bots information.
112+ * @return possibly-null JSONObject containing the bots information.
113113 *
114114 * @since v2.0.0
115115 */
@@ -160,7 +160,7 @@ public JSONObject getAll(@NotNull JDA jda){
160160 * @param id
161161 * The id of the bot.
162162 *
163- * @return Nullable JSONObject containing the bots information.
163+ * @return possibly-null JSONObject containing the bots information.
164164 *
165165 * @since v2.0.0
166166 */
@@ -211,7 +211,7 @@ public JSONObject getAll(Long id){
211211 * @param shardManager
212212 * The instance of {@link net.dv8tion.jda.api.sharding.ShardManager ShardManager} to use.
213213 *
214- * @return Nullable JSONObject containing the bots information.
214+ * @return possibly-null JSONObject containing the bots information.
215215 *
216216 * @since v2.0.0
217217 */
@@ -263,7 +263,7 @@ public JSONObject getAll(@NotNull ShardManager shardManager){
263263 * @param id
264264 * The id of the bot.
265265 *
266- * @return Nullable JSONObject containing the bots information.
266+ * @return possibly-null JSONObject containing the bots information.
267267 *
268268 * @since v2.0.0
269269 */
@@ -296,7 +296,7 @@ public JSONObject getAll(@NotNull String id){
296296 * @param site
297297 * The {@link com.andre601.javabotblockapi.Site site} to get information from.
298298 *
299- * @return Nullable JSONArray containing the bot information of a specific site.
299+ * @return possibly-null JSONArray containing the bot information of a specific site.
300300 *
301301 * @since v2.1.0
302302 */
@@ -323,7 +323,7 @@ public JSONArray getBotInfo(@NotNull JDA jda, @NotNull Site site){
323323 * The sites name to get information from.
324324 * <br>A list of supported sites can be found <a href="https://botblock.org/api/docs#count" target="_blank">here</a>.
325325 *
326- * @return Nullable JSONArray containing the bot information of a specific site.
326+ * @return possibly-null JSONArray containing the bot information of a specific site.
327327 *
328328 * @since v2.0.0
329329 */
@@ -349,7 +349,7 @@ public JSONArray getBotInfo(@NotNull JDA jda, String site){
349349 * @param site
350350 * The {@link com.andre601.javabotblockapi.Site site} to get information from.
351351 *
352- * @return Nullable JSONArray containing the bot information of a specific site.
352+ * @return possibly-null JSONArray containing the bot information of a specific site.
353353 *
354354 * @since v2.1.0
355355 */
@@ -376,7 +376,7 @@ public JSONArray getBotInfo(Long id, @NotNull Site site){
376376 * The sites name to get information from.
377377 * <br>A list of supported sites can be found <a href="https://botblock.org/api/docs#count" target="_blank">here</a>.
378378 *
379- * @return Nullable JSONArray containing the bot information of a specific site.
379+ * @return possibly-null JSONArray containing the bot information of a specific site.
380380 *
381381 * @since v2.0.0
382382 */
@@ -402,7 +402,7 @@ public JSONArray getBotInfo(Long id, @NotNull String site){
402402 * @param site
403403 * The {@link com.andre601.javabotblockapi.Site site} to get information from.
404404 *
405- * @return Nullable JSONArray containing the bot information of a specific site.
405+ * @return possibly-null JSONArray containing the bot information of a specific site.
406406 *
407407 * @since v2.1.0
408408 */
@@ -431,7 +431,7 @@ public JSONArray getBotInfo(@NotNull ShardManager shardManager, @NotNull Site si
431431 * The sites name to get information from.
432432 * <br>A list of supported sites can be found <a href="https://botblock.org/api/docs#count" target="_blank">here</a>.
433433 *
434- * @return Nullable JSONArray containing the bot information of a specific site.
434+ * @return possibly-null JSONArray containing the bot information of a specific site.
435435 *
436436 * @since v2.0.0
437437 */
@@ -459,7 +459,7 @@ public JSONArray getBotInfo(@NotNull ShardManager shardManager, @NotNull String
459459 * @param site
460460 * The {@link com.andre601.javabotblockapi.Site site} to get information from.
461461 *
462- * @return Nullable JSONArray containing the bot information of a specific site.
462+ * @return possibly-null JSONArray containing the bot information of a specific site.
463463 *
464464 * @since v2.1.0
465465 */
@@ -486,7 +486,7 @@ public JSONArray getBotInfo(@NotNull String id, @NotNull Site site){
486486 * The sites name to get information from.
487487 * <br>A list of supported sites can be found <a href="https://botblock.org/api/docs#count" target="_blank">here</a>.
488488 *
489- * @return Nullable JSONArray containing the bot lists bot information.
489+ * @return possibly-null JSONArray containing the bot lists bot information.
490490 *
491491 * @since v2.0.0
492492 */
0 commit comments