Skip to content

Commit 12fe963

Browse files
committed
add time provider to TableData
1 parent 66ffe65 commit 12fe963

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
@@ -392,7 +392,7 @@ class InMemDataTable(val tableDef: TableDef, val joinProvider: JoinTableProvider
392392
}
393393

394394
def update(rowkey: String, rowUpdate: RowData): Unit = {
395-
data = data.update(rowkey, rowUpdate, timeProvider.now())
395+
data = data.update(rowkey, rowUpdate)
396396
updateIndices(rowkey, rowUpdate)
397397
}
398398

0 commit comments

Comments
 (0)