Skip to content

Commit f615ab1

Browse files
Wrap line
1 parent fc4c57b commit f615ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elastic-mapping-updater/src/main/java/com/github/cafdataprocessing/elastic/tools/ElasticMappingUpdater.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ private void removeUnsupportedFieldChange(final Map<String, Object> mappingsChan
447447
}
448448
}
449449

450-
private Map<String,Object> getObjectAsHashMap(final Map<String, ? extends JsonpSerializable> obj) throws JsonProcessingException, IOException
450+
private Map<String,Object> getObjectAsHashMap(final Map<String, ? extends JsonpSerializable> obj)
451+
throws JsonProcessingException, IOException
451452
{
452453
final Map<String, Object> mapFromString = new LinkedHashMap<>();
453454
for (final Entry<String, ? extends JsonpSerializable> val : obj.entrySet()) {

0 commit comments

Comments
 (0)