File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/org/apache/tomcat/buildutil/translate Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments