Skip to content

Commit be86b8b

Browse files
committed
minor change
1 parent e86f13f commit be86b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impexp-core/src/main/java/org/citydb/core/operation/importer/database/xlink/resolver/XlinkSurfaceGeometry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public void executeBatch() throws SQLException {
349349
updateBatchCounter = 0;
350350
parentBatchCounter = 0;
351351
memberBatchCounter = 0;
352-
counters.replaceAll((k, v) -> v = 0);
352+
counters.replaceAll((k, v) -> 0);
353353
}
354354

355355
@Override

0 commit comments

Comments
 (0)