aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java')
-rw-r--r--src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java b/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java
index e17ef98..1600d03 100644
--- a/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java
+++ b/src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java
@@ -36,7 +36,7 @@ package com.healthmarketscience.jackcess.scsu;
public class IllegalInputException extends java.lang.Exception
{
- private static final long serialVersionUID = 1;
+ private static final long serialVersionUID = 1L;
public IllegalInputException(){
super("The input character array or input byte array contained illegal sequences of bytes or characters");