Skip to content

Commit 46930f6

Browse files
committed
More Javadoc updates
1 parent e46745e commit 46930f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+54
-54
lines changed

docs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>All Classes (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">
@@ -138,7 +138,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
138138
<tr id="i4" class="altColor">
139139
<td class="colFirst"><a href="com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></td>
140140
<th class="colLast" scope="row">
141-
<div class="block">Used when the Wrapper gets ratelimited by the BotBlockAPI.</div>
141+
<div class="block">Used when the Wrapper gets rate-limited by the BotBlockAPI.</div>
142142
</th>
143143
</tr>
144144
<tr id="i5" class="rowColor">

docs/allclasses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>All Classes (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

docs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>All Packages (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>BotBlockAPI.Builder (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

docs/com/andre601/javabotblockapi/BotBlockAPI.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>BotBlockAPI (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

docs/com/andre601/javabotblockapi/Site.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>Site (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>RatelimitedException (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">
@@ -143,7 +143,7 @@ <h2 title="Class RatelimitedException" class="title">Class RatelimitedException<
143143
<hr>
144144
<pre>public class <span class="typeNameLabel">RatelimitedException</span>
145145
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Throwable</a></pre>
146-
<div class="block">Used when the Wrapper gets ratelimited by the BotBlockAPI.</div>
146+
<div class="block">Used when the Wrapper gets rate-limited by the BotBlockAPI.</div>
147147
<dl>
148148
<dt><span class="seeLabel">See Also:</span></dt>
149149
<dd><a href="../../../../serialized-form.html#com.andre601.javabotblockapi.exceptions.RatelimitedException">Serialized Form</a></dd>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>com.andre601.javabotblockapi.exceptions (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">
@@ -109,7 +109,7 @@ <h1 title="Package" class="title">Package&nbsp;com.andre601.javabotblockapi.exce
109109
<tr class="altColor">
110110
<th class="colFirst" scope="row"><a href="RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></th>
111111
<td class="colLast">
112-
<div class="block">Used when the Wrapper gets ratelimited by the BotBlockAPI.</div>
112+
<div class="block">Used when the Wrapper gets rate-limited by the BotBlockAPI.</div>
113113
</td>
114114
</tr>
115115
</tbody>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>com.andre601.javabotblockapi.exceptions Class Hierarchy (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:03:57 CET 2019 -->
5+
<!-- Generated by javadoc (11.0.4) on Mon Dec 16 02:13:42 CET 2019 -->
66
<title>com.andre601.javabotblockapi (JavaBotBlockAPI Javadocs)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="dc.created" content="2019-12-16">

0 commit comments

Comments
 (0)