@@ -259,7 +259,7 @@ public XMLParserConfiguration withConvertNilAttributeToNull(final boolean newVal
259259 /**
260260 * When parsing the XML into JSON, specifies that the values with attribute xsi:type
261261 * will be converted to target type defined to client in this configuration
262- * < code> Map<String, XMLXsiTypeConverter<?>></code> to parse values with attribute
262+ * {@ code Map<String, XMLXsiTypeConverter<?>>} to parse values with attribute
263263 * xsi:type="integer" as integer, xsi:type="string" as string
264264 * @return {@link #xsiTypeMap} unmodifiable configuration map.
265265 */
@@ -270,9 +270,9 @@ public Map<String, XMLXsiTypeConverter<?>> getXsiTypeMap() {
270270 /**
271271 * When parsing the XML into JSON, specifies that the values with attribute xsi:type
272272 * will be converted to target type defined to client in this configuration
273- * < code> Map<String, XMLXsiTypeConverter<?>></code> to parse values with attribute
273+ * {@ code Map<String, XMLXsiTypeConverter<?>>} to parse values with attribute
274274 * xsi:type="integer" as integer, xsi:type="string" as string
275- * @param xsiTypeMap < code> new HashMap<String, XMLXsiTypeConverter<?>>()</code> to parse values with attribute
275+ * @param xsiTypeMap {@ code new HashMap<String, XMLXsiTypeConverter<?>>()} to parse values with attribute
276276 * xsi:type="integer" as integer, xsi:type="string" as string
277277 * @return The existing configuration will not be modified. A new configuration is returned.
278278 */
0 commit comments