Browse Source

。。。

wangwei 5 years ago
parent
commit
28f4da0fdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/support/examing/ExamBoss.java

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/support/examing/ExamBoss.java

@@ -6,7 +6,7 @@ import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
  * 考试控制属性<br>
  * ExamBoss存储于redis,无过期时间<br>
  * 开考时,startCount++<br>
- * 数据从student同步至admin,endCount++<br>
+ * 数据从student同步至admin,endCount++<br>
  * startCount== endCount 时,清理 {@link ExamBoss}
  *
  * @author WANGWEI