Commit 8cfa8cd1 authored by yanzg's avatar yanzg

设置打包时可以通过GIT查看源码

parent 01c8e587
......@@ -112,7 +112,7 @@ public class ServerMessageReqVo<T> extends ServerQueueReqVo {
*/
public boolean isNext() {
if (this.maxPos == 0) {
this.maxPos = 100;
this.maxPos = 3;
}
return this.pos < this.maxPos;
}
......
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