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

@@ -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!");