Skip to content

Commit a8bfe17

Browse files
committed
Updated JavaDoc
1 parent ff86e79 commit a8bfe17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index-files/index-12.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h2 class="title">R</h2>
106106
<dd>
107107
<div class="block">Runs each of the <a href="../listeners/CommandListener.html" title="interface in listeners"><code>CommandListener</code></a>s with the <code>command</code> as input</div>
108108
</dd>
109-
<dt><span class="memberNameLink"><a href="../server/ServerListenerManager.html#raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.event-">raiseConnectionEvent(ServerConnection, Connection.event)</a></span> - Method in class server.<a href="../server/ServerListenerManager.html" title="class in server">ServerListenerManager</a></dt>
109+
<dt><span class="memberNameLink"><a href="../server/ServerListenerManager.html#raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.Event-">raiseConnectionEvent(ServerConnection, Connection.event)</a></span> - Method in class server.<a href="../server/ServerListenerManager.html" title="class in server">ServerListenerManager</a></dt>
110110
<dd>
111111
<div class="block">Runs each of the <a href="../listeners/ServerConnectionListener.html" title="interface in listeners"><code>ServerConnectionListener</code></a>s with the <code>connection</code> and <code>event</code> as input</div>
112112
</dd>

docs/listener_references/Connection.event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2 title="Enum Connection.event" class="title">Enum Connection.event</h2>
127127
<li>java.lang.Enum&lt;<a href="../listener_references/Connection.event.html" title="enum in listener_references">Connection.event</a>&gt;</li>
128128
<li>
129129
<ul class="inheritance">
130-
<li>listener_references.Connection.event</li>
130+
<li>listener_references.Connection.Event</li>
131131
</ul>
132132
</li>
133133
</ul>

docs/server/ServerListenerManager.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h3>Method Summary</h3>
204204
</tr>
205205
<tr id="i4" class="altColor">
206206
<td class="colFirst"><code>void</code></td>
207-
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../server/ServerListenerManager.html#raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.event-">raiseConnectionEvent</a></span>&#8203;(<a href="../listener_references/ServerConnection.html" title="class in listener_references">ServerConnection</a>&nbsp;connection,
207+
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../server/ServerListenerManager.html#raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.Event-">raiseConnectionEvent</a></span>&#8203;(<a href="../listener_references/ServerConnection.html" title="class in listener_references">ServerConnection</a>&nbsp;connection,
208208
<a href="../listener_references/Connection.event.html" title="enum in listener_references">Connection.event</a>&nbsp;event)</code></th>
209209
<td class="colLast">
210210
<div class="block">Runs each of the <a href="../listeners/ServerConnectionListener.html" title="interface in listeners"><code>ServerConnectionListener</code></a>s with the <code>connection</code> and <code>event</code> as input</div>
@@ -393,7 +393,7 @@ <h4>raiseMessageEvent</h4>
393393
</dl>
394394
</li>
395395
</ul>
396-
<a name="raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.event-">
396+
<a name="raiseConnectionEvent-listener_references.ServerConnection-listener_references.Connection.Event-">
397397
<!-- -->
398398
</a>
399399
<ul class="blockList">

0 commit comments

Comments
 (0)