fix java docs

This commit is contained in:
mohammed jasem alaajel 2022-07-16 02:15:34 +04:00
parent 933fceba9d
commit d6d8c30343
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ import java.util.UUID;
* This event is sent when a player connects to a new server. RedisBungee sends the event only when
* the proxy the player has been connected to is different than the local proxy.
* <p>
* This event corresponds to {@link net.md_5.bungee.api.event.ServerConnectedEvent}, and is fired
* This event corresponds to {@link com.velocitypowered.api.event.player.ServerConnectedEvent}, and is fired
* asynchronously.
*
* @since 0.3.4

View File

@ -7,7 +7,7 @@ import java.util.UUID;
* This event is sent when a player joins the network. RedisBungee sends the event only when
* the proxy the player has been connected to is different than the local proxy.
* <p>
* This event corresponds to {@link net.md_5.bungee.api.event.PostLoginEvent}, and is fired
* This event corresponds to {@link com.velocitypowered.api.event.connection.PostLoginEvent}, and is fired
* asynchronously.
*
* @since 0.3.4

View File

@ -7,7 +7,7 @@ import java.util.UUID;
* This event is sent when a player disconnects. RedisBungee sends the event only when
* the proxy the player has been connected to is different than the local proxy.
* <p>
* This event corresponds to {@link net.md_5.bungee.api.event.PlayerDisconnectEvent}, and is fired
* This event corresponds to {@link com.velocitypowered.api.event.connection.DisconnectEvent}, and is fired
* asynchronously.
*
* @since 0.3.4

View File

@ -1,3 +1,3 @@
rm -rf javadoc
mkdir javadoc
mvn javadoc:javadoc -pl RedisBungee-API,RedisBungee-BungeeEvents -am
mvn javadoc:javadoc -pl RedisBungee-API,RedisBungee-Bungee,RedisBungee-Velocity -am