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-pool.git
commit b5c4da9d3787014df1332f74b62a877dbda20d1d Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 20 10:36:23 2025 -0500 Move Javadoc overview file to default location for Maven Javadoc plugin --- src/main/{java/org/apache/commons/pool3 => javadoc}/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/pool3/overview.html b/src/main/javadoc/overview.html similarity index 99% rename from src/main/java/org/apache/commons/pool3/overview.html rename to src/main/javadoc/overview.html index 1d204886..68e0cdb5 100644 --- a/src/main/java/org/apache/commons/pool3/overview.html +++ b/src/main/javadoc/overview.html @@ -46,4 +46,4 @@ GenericKeyedObjectPool} </p> </body> -</html> \ No newline at end of file +</html>