mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
Fixes typo at BroadcastService javadoc
This commit is contained in:
@@ -44,7 +44,7 @@ import com.l2jserver.service.network.model.packet.ServerPacket;
|
|||||||
*
|
*
|
||||||
* This service main purpose is to keep server modularity. No other service
|
* This service main purpose is to keep server modularity. No other service
|
||||||
* should be aware of network packets. Services, instead of generating an
|
* should be aware of network packets. Services, instead of generating an
|
||||||
* {@link ServerPacket packet}, generate an {@link WorldEvent packet}, which
|
* {@link ServerPacket packet}, generate an {@link WorldEvent event}, which
|
||||||
* gets converted into an {@link ServerPacket packet} by this service.
|
* gets converted into an {@link ServerPacket packet} by this service.
|
||||||
*
|
*
|
||||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user