Skip to content

Commit

Permalink
corrected capitaliation for DynamicHTTPMetadataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad Vider committed Apr 14, 2021
1 parent 12fa037 commit d918b0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {

void constructXmlNodeForResolver(DynamicHttpMetadataResolver resolver, def markupBuilderDelegate, Closure childNodes) {
markupBuilderDelegate.MetadataProvider(id: resolver.xmlId,
'xsi:type': 'DynamicHttpMetadataProvider',
'xsi:type': 'DynamicHTTPMetadataProvider',
requireValidMetadata: !resolver.requireValidMetadata ?: null,
failFastInitialization: !resolver.failFastInitialization ?: null,
sortKey: resolver.sortKey,
Expand Down Expand Up @@ -559,4 +559,4 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {

}

}
}

0 comments on commit d918b0c

Please sign in to comment.