File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3214,7 +3214,7 @@ <h3 id="how-can-i-use-enable-springdoc-openapi-monetaryamount-support"><a class=
32143214</ div >
32153215< div class ="listingblock ">
32163216< div class ="content ">
3217- < pre class ="highlightjs highlight "> < code data-lang ="java " class ="language-java hljs "> SpringDocUtils.getConfig().replaceWithClass(MonetaryAmount.class, org.springdoc.core.converters.MonetaryAmount.class);</ code > </ pre >
3217+ < pre class ="highlightjs highlight "> < code data-lang ="java " class ="language-java hljs "> SpringDocUtils.getConfig().replaceWithClass(MonetaryAmount.class, org.springdoc.core.converters.models. MonetaryAmount.class);</ code > </ pre >
32183218</ div >
32193219</ div >
32203220< div class ="ulist ">
Original file line number Diff line number Diff line change @@ -1874,7 +1874,7 @@ <h3 id="_how_can_i_use_enable_springdoc_openapi_monetaryamount_support">How can
18741874</ div >
18751875< div class ="listingblock ">
18761876< div class ="content ">
1877- < pre class ="CodeRay highlight "> < code data-lang ="java "> SpringDocUtils.getConfig().replaceWithClass(MonetaryAmount.class, org.springdoc.core.converters.MonetaryAmount.class);</ code > </ pre >
1877+ < pre class ="CodeRay highlight "> < code data-lang ="java "> SpringDocUtils.getConfig().replaceWithClass(MonetaryAmount.class, org.springdoc.core.converters.models. MonetaryAmount.class);</ code > </ pre >
18781878</ div >
18791879</ div >
18801880< div class ="ulist ">
You can’t perform that action at this time.
0 commit comments