#1059 - Polishing.

This commit is contained in:
Greg Turnquist
2019-08-31 08:15:38 -05:00
parent fff5396a1c
commit e5669eefa0

View File

@@ -182,7 +182,7 @@ public class Jackson2HalModule extends SimpleModule {
if (!skipCuries && prefixingRequired && curiedLinkPresent) {
ArrayList<Object> curies = new ArrayList<>(curieProvider.getCurieInformation(Links.of(links)));
List<Object> curies = new ArrayList<>(curieProvider.getCurieInformation(Links.of(links)));
sortedLinks.put(HalLinkRelation.CURIES, curies);
}