Commit 7a9f9f69131f2e9d2899369acd4e289965335055
1 parent
3479ec7f
update...
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/data/schedule/DayOfSchedule.java
| ... | ... | @@ -104,6 +104,7 @@ public class DayOfSchedule { |
| 104 | 104 | static { |
| 105 | 105 | nbbmScheduleMap = ArrayListMultimap.create(); |
| 106 | 106 | lpScheduleMap = ArrayListMultimap.create(); |
| 107 | + lineNbbmsMap = HashMultimap.create(); | |
| 107 | 108 | |
| 108 | 109 | id2SchedulMap = new ConcurrentHashMap<>(); |
| 109 | 110 | pstBuffer = new ConcurrentLinkedQueue<>(); | ... | ... |