Skip to content

Commit 14fcccb

Browse files
committed
add time provider to TableData
1 parent f201c98 commit 14fcccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vuu/src/main/scala/org/finos/vuu/core/table/InMemDataTable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class InMemDataTable(val tableDef: TableDef, val joinProvider: JoinTableProvider
391391
}
392392

393393
def update(rowkey: String, rowUpdate: RowData): Unit = {
394-
data = data.update(rowkey, rowUpdate, timeProvider.now())
394+
data = data.update(rowkey, rowUpdate)
395395
updateIndices(rowkey, rowUpdate)
396396
}
397397

0 commit comments

Comments
 (0)