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 3ffefdb5 Use Java naming in comments, not C++
3ffefdb5 is described below

commit 3ffefdb50088e7eda25d2b5bf16259e1b36c9f49
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 06:09:47 2024 -0500

    Use Java naming in comments, not C++
---
 .../org/apache/commons/configuration2/XMLPropertiesConfiguration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
index bf4e5556..36961dfa 100644
--- 
a/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
+++ 
b/src/main/java/org/apache/commons/configuration2/XMLPropertiesConfiguration.java
@@ -143,7 +143,7 @@ public class XMLPropertiesConfiguration extends 
BaseConfiguration implements Fil
 
     /**
      * Creates an empty XMLPropertyConfiguration object which can be used to 
synthesize a new Properties file by adding
-     * values and then saving(). An object constructed by this C'tor cannot be 
tickled into loading included files because
+     * values and then saving(). An object constructed by this constructor 
cannot be tickled into loading included files because
      * it cannot supply a base for relative includes.
      */
     public XMLPropertiesConfiguration() {

Reply via email to