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