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 2020/12/08 09:12:25 UTC

[tomcat] 01/02: Correct comment

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

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

commit 066f8c29283f209b062f8c28abe18995d415c0fe
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 8 09:08:08 2020 +0000

    Correct comment
---
 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 f15ec4c..ae40353 100644
--- a/java/org/apache/tomcat/buildutil/translate/Import.java
+++ b/java/org/apache/tomcat/buildutil/translate/Import.java
@@ -45,7 +45,7 @@ public class Import {
 
         // Skip the original
         if (language.length() == 0) {
-            // Comment this line out if the originals needs to be exported.
+            // Comment this line out if the originals need to be imported.
             return;
         }
 


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