Skip to content
Snippets Groups Projects
Commit 8c4fa6ca authored by Aman Verma's avatar Aman Verma
Browse files

removing extra lines

parent 264dd189
No related branches found
No related tags found
1 merge request!112Moving the while loop to iterate over storage records in azure code
Pipeline #30193 failed
......@@ -155,9 +155,7 @@ public class IndexerQueueTaskBuilderAzure extends IndexerQueueTaskBuilder {
logger.error(e.getMessage(), e);
}
}
private List<RecordInfo> parseRecordsAsJSON(String inputPayload) {
Gson gson = new Gson();
Type type = new TypeToken<List<RecordInfo>>(){}.getType();
......
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