You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/07/15 08:13:20 UTC

[directory-ldap-api] branch master updated: Fixed a non-UTF-8 character

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 513bb90  Fixed a non-UTF-8 character
     new 1ad5f72  Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api
513bb90 is described below

commit 513bb90d35af1a4fd91beb45cb7e53bb4bf7068a
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Sun Jul 15 10:12:25 2018 +0200

    Fixed a non-UTF-8 character
---
 i18n/src/main/java/org/apache/directory/api/i18n/I18n.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i18n/src/main/java/org/apache/directory/api/i18n/I18n.java b/i18n/src/main/java/org/apache/directory/api/i18n/I18n.java
index c6ab31e..75751c0 100644
--- a/i18n/src/main/java/org/apache/directory/api/i18n/I18n.java
+++ b/i18n/src/main/java/org/apache/directory/api/i18n/I18n.java
@@ -1242,7 +1242,7 @@ public enum I18n
     // api-ldap-extras-codec            8000-8999
     //     <>                               8000-8099
     MSG_08000_COOKIE( "MSG_08000_COOKIE" ),
-    MSG_08001_REFRESH_DELETES( "MSG_08001_REFRESH_DELETES�" ),
+    MSG_08001_REFRESH_DELETES( "MSG_08001_REFRESH_DELETES" ),
     
     //     controls                         8100-8199
     MSG_08100_MODE( "MSG_08100_MODE" ),