Skip to content

Commit

Permalink
Add serial version identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Sadowski committed Apr 30, 2018
1 parent fcccb0e commit 65b5d84
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,9 @@ private static boolean neitherInfiniteNorZeroNorNaN(double d) {

/** See {@link #parse(String)}. */
private static class ComplexParsingException extends IllegalArgumentException {
/** Serializable version identifier. */
private static final long serialVersionUID = 20180430L;

/**
* @param msg Error message.
*/
Expand Down

0 comments on commit 65b5d84

Please sign in to comment.