This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new fc9f1c6734 Re-apply standard formatting. No functional change.
fc9f1c6734 is described below

commit fc9f1c6734b96846de9e96d5dd38c9c11f5aba29
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 21 11:53:08 2025 +0000

    Re-apply standard formatting. No functional change.
    
    Again, committed because I need to test the BuildBot CI
---
 java/org/apache/tomcat/buildutil/translate/Utils.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/org/apache/tomcat/buildutil/translate/Utils.java 
b/java/org/apache/tomcat/buildutil/translate/Utils.java
index 4851d773f7..c93b956934 100644
--- a/java/org/apache/tomcat/buildutil/translate/Utils.java
+++ b/java/org/apache/tomcat/buildutil/translate/Utils.java
@@ -95,10 +95,10 @@ public class Utils {
     /*
      * This is the formatting applied when importing values to Tomcat from POE.
      *
-     * The values have been read from POE's property files (so the input is 
the actual value with none of the
-     * escaping required to represent that value in a property file) and are 
being written back out to individual files
-     * in Tomcat. The padding for blank lines needs to be removed followed by 
the common formatting required to convert
-     * a property value to the representation of that value in a file.
+     * The values have been read from POE's property files (so the input is 
the actual value with none of the escaping
+     * required to represent that value in a property file) and are being 
written back out to individual files in
+     * Tomcat. The padding for blank lines needs to be removed followed by the 
common formatting required to convert a
+     * property value to the representation of that value in a file.
      */
     static String formatValueImport(String in) {
         String result;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to