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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new a82e3abd Javadoc
a82e3abd is described below
commit a82e3abd0c90d34767be6fe5275eb3a64a2fc2ca
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 7 08:50:11 2025 -0400
Javadoc
---
.../apache/commons/configuration2/PropertiesConfigurationLayout.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/configuration2/PropertiesConfigurationLayout.java
b/src/main/java/org/apache/commons/configuration2/PropertiesConfigurationLayout.java
index 7a1da9fd..77397081 100644
---
a/src/main/java/org/apache/commons/configuration2/PropertiesConfigurationLayout.java
+++
b/src/main/java/org/apache/commons/configuration2/PropertiesConfigurationLayout.java
@@ -762,7 +762,7 @@ public class PropertiesConfigurationLayout implements
EventListener<Configuratio
*
* @param key the property key
* @param number the number of blank lines to add before this property
definition
- * @deprecated use {@link
PropertiesConfigurationLayout#setBlankLinesBefore(String, int)}.
+ * @deprecated Use {@link
PropertiesConfigurationLayout#setBlankLinesBefore(String, int)}.
*/
@Deprecated
public void setBlancLinesBefore(final String key, final int number) {