UTF8Exception: remove the data property

This commit is contained in:
nkzawa
2016-09-16 13:28:51 +02:00
parent be5b254a04
commit 94d37278e6

View File

@@ -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();
} }