Commit 559fbf12581721573ba761c97dc2d8e754dd92d4
1 parent
2ea1bc8a
添加缺失的打印信息
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/genersoft/iot/vmp/service/redisMsg/RedisAlarmMsgListener.java
| ... | ... | @@ -18,6 +18,7 @@ import org.springframework.util.ObjectUtils; |
| 18 | 18 | |
| 19 | 19 | import javax.sip.InvalidArgumentException; |
| 20 | 20 | import javax.sip.SipException; |
| 21 | +import javax.validation.constraints.NotNull; | |
| 21 | 22 | import java.text.ParseException; |
| 22 | 23 | import java.util.List; |
| 23 | 24 | import java.util.concurrent.ConcurrentLinkedQueue; | ... | ... |