mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-20 05:14:15 +00:00
[Bleeding] Update serialVersionUID.
This commit is contained in:
parent
0706671a0a
commit
ae4eb7c46c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ package org.bukkit.plugin;
|
|||
* Thrown when attempting to load an invalid PluginDescriptionFile
|
||||
*/
|
||||
public class InvalidDescriptionException extends Exception {
|
||||
private static final long serialVersionUID = 5721389122281775894L;
|
||||
private static final long serialVersionUID = 5721389122281775895L;
|
||||
|
||||
/**
|
||||
* Constructs a new InvalidDescriptionException based on the given Exception
|
||||
|
|
|
@ -4,7 +4,7 @@ package org.bukkit.plugin;
|
|||
* Thrown when attempting to load an invalid Plugin file
|
||||
*/
|
||||
public class InvalidPluginException extends Exception {
|
||||
private static final long serialVersionUID = -8242141640709409542L;
|
||||
private static final long serialVersionUID = -8242141640709409543L;
|
||||
|
||||
/**
|
||||
* Constructs a new InvalidPluginException based on the given Exception
|
||||
|
|
Loading…
Add table
Reference in a new issue