Skip to content

Commit f3091fb

Browse files
committed
Add missing @NotNull
1 parent 4bd9208 commit f3091fb

30 files changed

+61
-60
lines changed

docs/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>All Classes (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>All Classes (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/BotBlockAPI.Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>BotBlockAPI.Builder (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/BotBlockAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>BotBlockAPI (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/RequestHandler.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>RequestHandler (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>
@@ -197,7 +197,7 @@ <h3>Method Summary</h3>
197197
<tr id="i5" class="rowColor">
198198
<td class="colFirst"><code>@Nullable org.json.JSONArray</code></td>
199199
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/andre601/javabotblockapi/RequestHandler.html#getBotInfo-net.dv8tion.jda.api.JDA-java.lang.String-">getBotInfo</a></span>(@NotNull net.dv8tion.jda.api.JDA&nbsp;jda,
200-
java.lang.String&nbsp;site)</code>
200+
@NotNull java.lang.String&nbsp;site)</code>
201201
<div class="block">Gets the specific information from a single Botlist.</div>
202202
</td>
203203
</tr>
@@ -724,7 +724,8 @@ <h4>getBotInfo</h4>
724724
<pre>@Nullable
725725
public&nbsp;@Nullable org.json.JSONArray&nbsp;getBotInfo(@NotNull
726726
@NotNull net.dv8tion.jda.api.JDA&nbsp;jda,
727-
java.lang.String&nbsp;site)
727+
@NotNull
728+
@NotNull java.lang.String&nbsp;site)
728729
throws java.io.IOException,
729730
<a href="../../../com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></pre>
730731
<div class="block">Gets the specific information from a single Botlist.

docs/com/andre601/javabotblockapi/Site.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>Site (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/exceptions/RatelimitedException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>RatelimitedException (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/exceptions/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>com.andre601.javabotblockapi.exceptions (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/exceptions/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>com.andre601.javabotblockapi.exceptions (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/com/andre601/javabotblockapi/exceptions/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_101) on Sat Aug 17 00:21:28 CEST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_101) on Mon Aug 19 19:55:34 CEST 2019 -->
66
<title>com.andre601.javabotblockapi.exceptions Class Hierarchy (JavaBotBlockAPI Javadocs)</title>
7-
<meta name="date" content="2019-08-17">
7+
<meta name="date" content="2019-08-19">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)