Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Removed useless serialVersionUID
Browse files Browse the repository at this point in the history
  • Loading branch information
kr5ch committed Feb 15, 2017
1 parent c06c437 commit 1bd0539
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/net/kronos/rkon/core/ex/AuthenticationException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

public class AuthenticationException extends Exception {

private static final long serialVersionUID = -4322130947613865640L;

public AuthenticationException(String message) {
super(message);
}
Expand Down
2 changes: 0 additions & 2 deletions src/net/kronos/rkon/core/ex/MalformedPacketException.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import java.io.IOException;

public class MalformedPacketException extends IOException {

private static final long serialVersionUID = 4855167794892501538L;

public MalformedPacketException(String message) {
super(message);
Expand Down

0 comments on commit 1bd0539

Please sign in to comment.