HackingException serialVersionUID is not needed.

This commit is contained in:
MobiusDevelopment 2020-06-18 16:56:10 +00:00
parent d69a21b56f
commit 09ee6603af

View File

@ -17,16 +17,10 @@
package org.l2jmobius.loginserver;
/**
* This class ...
* @version $Revision: 1.2.4.2 $ $Date: 2005/03/27 15:30:09 $
*/
public class HackingException extends Exception
{
/**
* Comment for <code>serialVersionUID</code>
*/
private static final long serialVersionUID = 4050762693478463029L;
private final String _ip;
private final int _connects;