trigger again...

This commit is contained in:
Mark Pollack
2023-08-15 18:55:28 -04:00
parent 6eb0bf7b6f
commit b18bae2936

View File

@@ -44,7 +44,6 @@ public class JsonLoader implements Loader {
TypeReference<HashMap<String, Object>> typeRef = new TypeReference<HashMap<String, Object>>() {
};
List<Document> documents = new ArrayList<>();
try {
// TODO, not all json will be an array