This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 93fa002f Remove background color from Javadoc overview page
93fa002f is described below
commit 93fa002f5c9f8d0fc3c60fe68f7a9794b41fda02
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:02:29 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 502eba06..d515407b 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -18,7 +18,7 @@
<head>
<title>Overview Documentation for 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