Removal of all serialVersionUID declarations.
This commit is contained in:
@ -52,7 +52,6 @@ public class JumpManager
|
||||
|
||||
public class Track extends HashMap<Integer, JumpWay>
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
public int x = 0;
|
||||
public int y = 0;
|
||||
public int z = 0;
|
||||
@ -60,7 +59,6 @@ public class JumpManager
|
||||
|
||||
public class JumpWay extends ArrayList<JumpNode>
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
||||
public class JumpNode
|
||||
|
@ -20,8 +20,6 @@ package com.l2jserver.gameserver.script;
|
||||
|
||||
public class ParserNotCreatedException extends Exception
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public ParserNotCreatedException()
|
||||
{
|
||||
super("Parser could not be created!");
|
||||
|
Reference in New Issue
Block a user