Skip to content

Commit

Permalink
Travis build 52 [skip travis-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Nov 21, 2020
1 parent face8eb commit df9fdfb
Show file tree
Hide file tree
Showing 26 changed files with 74 additions and 64 deletions.
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
30 changes: 18 additions & 12 deletions docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:06 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ExtensionKt</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.ExtensionKt class">
<meta name="keywords" content="getServerVersion()">
<meta name="keywords" content="getMinecraftDispatcher()">
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colFirst"><code>static NonExistentClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launch-:Dreceiver-dispatcher-f-">launch</a></span>(NonExistentClass&nbsp;$receiver,
NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
Expand All @@ -176,7 +176,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colFirst"><code>static NonExistentClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launch-:Dreceiver-f-">launch</a></span>(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
<div class="block">Launches the given function in the Coroutine Scope of the given plugin.
Expand All @@ -186,7 +186,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colFirst"><code>static NonExistentClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launchAsync-:Dreceiver-f-">launchAsync</a></span>(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
<div class="block">Launches the given function in the Coroutine Scope of the given plugin async.
Expand Down Expand Up @@ -275,9 +275,9 @@ <h4>getScope</h4>
<ul class="blockList">
<li class="blockList">
<h4>launch</h4>
<pre>public static&nbsp;void&nbsp;launch(NonExistentClass&nbsp;$receiver,
NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<pre>public static&nbsp;NonExistentClass&nbsp;launch(NonExistentClass&nbsp;$receiver,
NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
This function may be called immediately without any delay if the Thread
calling this function Bukkit.isPrimaryThread() is true. This means
Expand All @@ -286,6 +286,8 @@ <h4>launch</h4>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>dispatcher</code> - Coroutine context. The default context is minecraft dispatcher.</dd>
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Cancelable coroutine job.</dd>
</dl>
</li>
</ul>
Expand All @@ -295,15 +297,17 @@ <h4>launch</h4>
<ul class="blockList">
<li class="blockList">
<h4>launch</h4>
<pre>public static&nbsp;void&nbsp;launch(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<pre>public static&nbsp;NonExistentClass&nbsp;launch(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
This function may be called immediately without any delay if the Thread
calling this function Bukkit.isPrimaryThread() is true. This means
for example that event cancelling or modifying return values is still possible.</p></p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Cancelable coroutine job.</dd>
</dl>
</li>
</ul>
Expand All @@ -313,15 +317,17 @@ <h4>launch</h4>
<ul class="blockList">
<li class="blockList">
<h4>launchAsync</h4>
<pre>public static&nbsp;void&nbsp;launchAsync(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<pre>public static&nbsp;NonExistentClass&nbsp;launchAsync(NonExistentClass&nbsp;$receiver,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin async.
This function may be called immediately without any delay if the Thread
calling this function Bukkit.isPrimaryThread() is false. This means
for example that event cancelling or modifying return values is still possible.</p></p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Cancelable coroutine job.</dd>
</dl>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SuspendingCommandExecutor</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.SuspendingCommandExecutor interface">
<meta name="keywords" content="onCommand()">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CommandService</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.CommandService interface">
<meta name="keywords" content="registerSuspendCommandExecutor()">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CoroutineSession</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.CoroutineSession interface">
<meta name="keywords" content="getScope()">
<meta name="keywords" content="getEventService()">
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>NonExistentClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/shynixn/mccoroutine/contract/CoroutineSession.html#launch-dispatcher-f-">launch</a></span>(NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
<div class="block">Launches the given function on the plugin coroutine scope.</div>
Expand Down Expand Up @@ -242,9 +242,13 @@ <h4>getDispatcherAsync</h4>
<ul class="blockList">
<li class="blockList">
<h4>launch</h4>
<pre>void&nbsp;launch(NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<pre>NonExistentClass&nbsp;launch(NonExistentClass&nbsp;dispatcher,
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
<div class="block"><p><p>Launches the given function on the plugin coroutine scope.</p></p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Cancelable coroutine job.</dd>
</dl>
</li>
</ul>
<a name="dispose--">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EventService</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.EventService interface">
<meta name="keywords" content="registerSuspendListener()">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MCCoroutine</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.MCCoroutine interface">
<meta name="keywords" content="getCoroutineSession()">
<meta name="keywords" content="disable()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.contract</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.contract</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.contract Class Hierarchy</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MCCoroutineImpl</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.impl.MCCoroutineImpl class">
<meta name="keywords" content="getCoroutineSession()">
<meta name="keywords" content="disable()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.impl</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.impl package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.impl</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine.impl package">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine.impl Class Hierarchy</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<meta name="keywords" content="com.github.shynixn.mccoroutine package">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.shynixn.mccoroutine Class Hierarchy</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help</title>
<meta name="date" content="2020-11-12">
<meta name="date" content="2020-11-21">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Loading

0 comments on commit df9fdfb

Please sign in to comment.