Commit 1afdcc3d authored by yanzg's avatar yanzg

接口文档的支持

parent b561802f
......@@ -32,7 +32,7 @@ public class MqMessageInitPlan implements ThreadNext.Next, Runnable {
/**
* 是否为空
*/
private boolean empty = false;
private boolean empty = true;
public MqMessageInitPlan() {
ThreadNext.start(this, "message init error");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment