mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 05:54:41 +02:00
Stop using JDK6 IOException constructor
This commit is contained in:
parent
7134608206
commit
e1a14f9b72
@ -34,7 +34,7 @@ import java.io.IOException;
|
||||
*
|
||||
*/
|
||||
@Deprecated
|
||||
public class SnappyException extends IOException
|
||||
public class SnappyException extends Exception
|
||||
{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user