Removal of all serialVersionUID declarations.

This commit is contained in:
mobius
2015-02-07 17:47:12 +00:00
parent 6c1d34ccbf
commit 1e166ca657
9 changed files with 14 additions and 26 deletions

View File

@@ -25,10 +25,6 @@ package com.l2jserver.loginserver;
public class HackingException extends Exception
{
/**
* Comment for <code>serialVersionUID</code>
*/
private static final long serialVersionUID = 4050762693478463029L;
String _ip;
private final int _connects;