Fix JavaDocs build problems
* Replace self-closing `<hr/>` with plain `<hr>` in the `overview.html`; add `lang="en"` to avoid warning * Use Java 15 API link for JavaDocs * Use `/current` API link for all the required Spring dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
This document is the API specification for Spring Integration
|
||||
<hr/>
|
||||
<hr>
|
||||
<div id="overviewBody">
|
||||
<p>
|
||||
For further API reference and developer documentation, see the
|
||||
|
||||
Reference in New Issue
Block a user