Skip to content
Snippets Groups Projects
Commit e738e723 authored by Larissa Pereira's avatar Larissa Pereira
Browse files

fix indentation

parent a4476d1e
No related branches found
No related tags found
1 merge request!587enhance logging to include correlation-id and record-id
Pipeline #199900 failed
......@@ -83,7 +83,7 @@ public class RecordIndexerApi {
String.format("Required header: '%s' not found", DpsHeaders.DATA_PARTITION_ID));
}
try {
Type listType = new TypeToken<List<RecordInfo>>() {}.getType();
Type listType = new TypeToken<List<RecordInfo>>() {}.getType();
List<RecordInfo> recordInfos = new Gson().fromJson(recordChangedMessages.getData(), listType);
if (recordInfos.size() == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment