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 2021/01/26 11:48:11 UTC

[tomcat] branch master updated: Standardise use of '

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e9451d  Standardise use of '
0e9451d is described below

commit 0e9451d21753225950a5c3be209b49507f71ea7f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 26 11:47:32 2021 +0000

    Standardise use of '
---
 java/org/apache/catalina/valves/LocalStrings_fr.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/valves/LocalStrings_fr.properties b/java/org/apache/catalina/valves/LocalStrings_fr.properties
index a55269a..01eb334 100644
--- a/java/org/apache/catalina/valves/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/valves/LocalStrings_fr.properties
@@ -18,7 +18,7 @@ accessLogValve.closeFail=Échec de fermeture du fichier de journal d'accès
 accessLogValve.deleteFail=Impossible d''effacer l''ancien journal d''accès [{0}]
 accessLogValve.invalidLocale=Impossible de définir les paramètres régionaux sur [{0}]
 accessLogValve.invalidPortType=Type de port [{0}] invalide, utilisation du port (local) de serveur
-accessLogValve.invalidRemoteAddressType=Le type [{0}] d’adresse distante est invalide, l''adresse distante classique sera utilisée et non celle du pair
+accessLogValve.invalidRemoteAddressType=Le type [{0}] d''adresse distante est invalide, l''adresse distante classique sera utilisée et non celle du pair
 accessLogValve.openDirFail=Echec de création du répertoire [{0}] pour les journaux d''accès
 accessLogValve.openFail=Echec à l''ouverture du journal d''accès [{0}]
 accessLogValve.renameFail=Échec de renommage du journal d''accès de [{0}] en [{1}]


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


Re: [tomcat] branch master updated: Standardise use of '

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Mark,

On 1/26/21 06:48, markt@apache.org wrote:
> 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
> 
> 
> The following commit(s) were added to refs/heads/master by this push:
>       new 0e9451d  Standardise use of '
> 0e9451d is described below
> 
> commit 0e9451d21753225950a5c3be209b49507f71ea7f
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Tue Jan 26 11:47:32 2021 +0000
> 
>      Standardise use of '

Is this worth adding to the checkstyle rules?

Removing "dumb quotes" is a bit of a personal crusade of mine.

-chris

> ---
>   java/org/apache/catalina/valves/LocalStrings_fr.properties | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/java/org/apache/catalina/valves/LocalStrings_fr.properties b/java/org/apache/catalina/valves/LocalStrings_fr.properties
> index a55269a..01eb334 100644
> --- a/java/org/apache/catalina/valves/LocalStrings_fr.properties
> +++ b/java/org/apache/catalina/valves/LocalStrings_fr.properties
> @@ -18,7 +18,7 @@ accessLogValve.closeFail=Échec de fermeture du fichier de journal d'accès
>   accessLogValve.deleteFail=Impossible d''effacer l''ancien journal d''accès [{0}]
>   accessLogValve.invalidLocale=Impossible de définir les paramètres régionaux sur [{0}]
>   accessLogValve.invalidPortType=Type de port [{0}] invalide, utilisation du port (local) de serveur
> -accessLogValve.invalidRemoteAddressType=Le type [{0}] d’adresse distante est invalide, l''adresse distante classique sera utilisée et non celle du pair
> +accessLogValve.invalidRemoteAddressType=Le type [{0}] d''adresse distante est invalide, l''adresse distante classique sera utilisée et non celle du pair
>   accessLogValve.openDirFail=Echec de création du répertoire [{0}] pour les journaux d''accès
>   accessLogValve.openFail=Echec à l''ouverture du journal d''accès [{0}]
>   accessLogValve.renameFail=Échec de renommage du journal d''accès de [{0}] en [{1}]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 

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