1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Fixes typo at BroadcastService javadoc

This commit is contained in:
2012-05-05 13:02:47 -03:00
parent 22f0a6723f
commit 435abb9580

View File

@@ -44,7 +44,7 @@ import com.l2jserver.service.network.model.packet.ServerPacket;
*
* This service main purpose is to keep server modularity. No other service
* 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.
*
* @author <a href="http://www.rogiel.com">Rogiel</a>