Skip to content

Commit f92f7a0

Browse files
committed
Add some basic requirements documentation.
- Using h1 and h2 as done here is needed to get Javadoc to work on Java 8, 11, 17, 21, and 25 - I checked with `mvn clean javadoc:javadoc`
1 parent af17dc6 commit f92f7a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/javadoc/overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
-->
1818
<html>
1919
<body>
20+
<h1>Apache Commons IO</h1>
21+
<h2>Introduction</h2>
2022
<p>
2123
The Apache Commons IO component contains utility classes,
2224
filters, streams, readers and writers.
@@ -28,5 +30,10 @@
2830
The filters and streams provide useful implementations that perhaps should
2931
be in the JDK itself.
3032
</p>
33+
<h2>Requirements</h2>
34+
<ul>
35+
<li>Java 8 or above.</li>
36+
<li>If using OSGi, R7 or above.</li>
37+
</ul>
3138
</body>
3239
</html>

0 commit comments

Comments
 (0)