You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/15 17:33:09 UTC

[tomcat] branch 8.5.x updated: Branch name update

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 92b8bdf60b Branch name update
92b8bdf60b is described below

commit 92b8bdf60b9fbf6ad85b7e7f08b153240ef5fe07
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sun Jan 15 17:32:53 2023 +0000

    Branch name update
---
 java/org/apache/tomcat/buildutil/translate/Import.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/buildutil/translate/Import.java b/java/org/apache/tomcat/buildutil/translate/Import.java
index b7b909cb18..384387461c 100644
--- a/java/org/apache/tomcat/buildutil/translate/Import.java
+++ b/java/org/apache/tomcat/buildutil/translate/Import.java
@@ -43,7 +43,7 @@ public class Import {
     private static void processFile(File f) throws IOException {
         String language = Utils.getLanguage(f.getName());
 
-        // Unlike the master branch, don't skip the original so we can import
+        // Unlike the main branch, don't skip the original so we can import
         // updates to the English translations
         Properties props = Utils.load(f);
         Object[] objKeys = props.keySet().toArray();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org