UTF8Exception: remove the data property
This commit is contained in:
@@ -4,8 +4,6 @@ import java.io.IOException;
|
|||||||
|
|
||||||
public class UTF8Exception extends IOException {
|
public class UTF8Exception extends IOException {
|
||||||
|
|
||||||
public String data;
|
|
||||||
|
|
||||||
public UTF8Exception() {
|
public UTF8Exception() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user