Minor comment reference correction.

This commit is contained in:
MobiusDevelopment
2021-05-02 00:05:02 +00:00
parent 0fede59c14
commit a7252a5844
23 changed files with 46 additions and 46 deletions

View File

@@ -65,7 +65,7 @@ public class LoginCrypt implements ICrypt
/*
* (non-Javadoc)
* @see com.l2jserver.commons.network.ICrypt#encrypt(io.netty.buffer.ByteBuf)
* @see org.l2jmobius.commons.network.ICrypt#encrypt(io.netty.buffer.ByteBuf)
*/
@Override
public void encrypt(ByteBuf buf)
@@ -124,7 +124,7 @@ public class LoginCrypt implements ICrypt
/*
* (non-Javadoc)
* @see com.l2jserver.commons.network.ICrypt#decrypt(io.netty.buffer.ByteBuf)
* @see org.l2jmobius.commons.network.ICrypt#decrypt(io.netty.buffer.ByteBuf)
*/
@Override
public void decrypt(ByteBuf buf)