Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pn-koshikawa committed Jan 30, 2024
1 parent f1939a8 commit ea6311a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ private Future<?> createFutureTask(PluginTask task, RecordImporter recordImporte
while (csvRecords.hasNext()) {
Map<String, String> csvRecord = csvRecords.next();
ObjectNode objectNode = MarketoUtils.OBJECT_MAPPER.valueToTree(csvRecord);
// MEMO: pageBuilderがスレッドアンセーフなために排他制御を利用する
synchronized (pageBuilderLock) {
recordImporter.importRecord(new AllStringJacksonServiceRecord(objectNode), pageBuilder);
}
Expand Down

0 comments on commit ea6311a

Please sign in to comment.