Skip to content
Snippets Groups Projects
Commit d69f2044 authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

clean-up

parent 7afee78f
No related branches found
No related tags found
1 merge request!182fix bug to allow indexing of nested geopoint
Pipeline #56611 passed with warnings
......@@ -21,7 +21,7 @@ public interface IAttributeParsingService {
void tryParseDate(String recordId, String attributeName, Object attributeVal, Map<String, Object> dataMap);
void tryParseGeopoint(String recordId, String attributeName, Object storageRecordData, Map<String, Object> dataMap);
void tryParseGeopoint(String recordId, String attributeName, Object attributeVal, Map<String, Object> dataMap);
void tryParseGeojson(String recordId, String attributeName, Object attributeVal, Map<String, Object> dataMap);
......
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