mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix test
This commit is contained in:
parent
053ebf7e02
commit
36aa0537ba
@ -1,7 +1,5 @@
|
||||
package cn.hutool.json.writer;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* JSON的值自定义写出
|
||||
*
|
||||
@ -16,7 +14,6 @@ public interface JSONValueWriter<T> {
|
||||
*
|
||||
* @param writer {@link JSONWriter}
|
||||
* @param value 被写出的值
|
||||
* @throws IOException IO异常
|
||||
*/
|
||||
void write(JSONWriter writer, T value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user