Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 998938b

Browse files
takezoeChris Wewerka
authored andcommitted
Delegate blocking methods to async methods
1 parent dbea05b commit 998938b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/src/main/scala/org/apache/predictionio/data/store/LEventStore.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ object LEventStore {
165165
eventNames = eventNames,
166166
targetEntityType = targetEntityType,
167167
targetEntityId = targetEntityId,
168+
startTime = startTime,
169+
untilTime = untilTime,
168170
limit = limit,
169171
reversed = Some(latest))
170172
}
@@ -320,6 +322,7 @@ object LEventStore {
320322
untilTime = untilTime,
321323
entityType = entityType,
322324
entityId = entityId,
325+
channelName = channelName,
323326
eventNames = eventNames,
324327
targetEntityType = targetEntityType,
325328
targetEntityId = targetEntityId,

0 commit comments

Comments
 (0)