Skip to content

Commit 5bb4231

Browse files
committed
Fixed null Enum unserialization.
1 parent 6052d15 commit 5bb4231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/hprose/io/unserialize/EnumUnserializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
* *
1313
* Enum unserializer class for Java. *
1414
* *
15-
* LastModified: Jul 26, 2017 *
15+
* LastModified: Aug 11, 2017 *
1616
* Author: Ma Bingyao <[email protected]> *
1717
* *
1818
\**********************************************************/
1919

2020
package hprose.io.unserialize;
2121

22+
import static hprose.io.HproseTags.TagNull;
2223
import hprose.util.ClassUtil;
2324
import java.io.IOException;
2425
import java.lang.reflect.Type;

0 commit comments

Comments
 (0)