Skip to content

Commit fc9f1c6

Browse files
committed
Re-apply standard formatting. No functional change.
Again, committed because I need to test the BuildBot CI
1 parent 78f5d22 commit fc9f1c6

File tree

1 file changed

+4
-4
lines changed
  • java/org/apache/tomcat/buildutil/translate

1 file changed

+4
-4
lines changed

java/org/apache/tomcat/buildutil/translate/Utils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ static String formatValueExport(String in) {
9595
/*
9696
* This is the formatting applied when importing values to Tomcat from POE.
9797
*
98-
* The values have been read from POE's property files (so the input is the actual value with none of the
99-
* escaping required to represent that value in a property file) and are being written back out to individual files
100-
* in Tomcat. The padding for blank lines needs to be removed followed by the common formatting required to convert
101-
* a property value to the representation of that value in a file.
98+
* The values have been read from POE's property files (so the input is the actual value with none of the escaping
99+
* required to represent that value in a property file) and are being written back out to individual files in
100+
* Tomcat. The padding for blank lines needs to be removed followed by the common formatting required to convert a
101+
* property value to the representation of that value in a file.
102102
*/
103103
static String formatValueImport(String in) {
104104
String result;

0 commit comments

Comments
 (0)