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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new f1490633 Remove background color from Javadoc overview page
f1490633 is described below

commit f14906339426ec5ae857b1110c79ef8e43e7a6a6
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:02:42 2025 -0500

    Remove background color from Javadoc overview page
---
 src/main/javadoc/overview.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 19a2b997..1ee9b6f4 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -18,7 +18,7 @@
 <head>
 <title>Overview Documentation for Apache Commons BeanUtils</title>
 </head>
-<body bgcolor="white">
+<body>
 <p>The <em>Bean Introspection Utilities</em> component of the Apache Commons
 subproject offers low-level utility classes that assist in getting and setting
 property values on Java classes that follow the naming design patterns outlined

Reply via email to