mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-25 06:54:51 +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
|
@Deprecated
|
||||||
public class SnappyException extends IOException
|
public class SnappyException extends Exception
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user