This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e452f406 Javadoc is missing its Overview page
6e452f406 is described below

commit 6e452f40635b866c6f657e84b9bf028d681f293b
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 08:57:40 2025 -0500

    Javadoc is missing its Overview page
    
    The overview.html file is not in the location maven-javadoc-plugin
    expects
---
 src/changes/changes.xml                                        | 1 +
 src/main/{java/org/apache/commons/io => javadoc}/overview.html | 0
 2 files changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0935c2b73..d3000494d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate constructor Counters.Counters() to be private in 
4.0.</action>
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Deprecate constructor Charsets.Charsets() to be private in 
4.0.</action>
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Pick up maven-antrun-plugin version from parent POM 
org.apache:apache.</action> 
+      <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Javadoc is missing its Overview page.</action>
       <!-- ADD -->
       <action dev="ggregory" type="add" issue="IO-860" due-to="Nico Strecker, 
Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(long, 
ChronoUnit).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add IOIterable.</action>
diff --git a/src/main/java/org/apache/commons/io/overview.html 
b/src/main/javadoc/overview.html
similarity index 100%
rename from src/main/java/org/apache/commons/io/overview.html
rename to src/main/javadoc/overview.html

Reply via email to