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 2017/05/30 07:27:27 UTC

svn commit: r1796733 - /directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java

Author: elecharny
Date: Tue May 30 07:27:27 2017
New Revision: 1796733

URL: http://svn.apache.org/viewvc?rev=1796733&view=rev
Log:
Removed a wrong UTF-8 char

Modified:
    directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java

Modified: directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java?rev=1796733&r1=1796732&r2=1796733&view=diff
==============================================================================
--- directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java (original)
+++ directory/shared/trunk/ldap/extras/sp/src/main/java/org/apache/directory/api/ldap/sp/JavaStoredProcUtils.java Tue May 30 07:27:27 2017
@@ -153,7 +153,7 @@ public final class JavaStoredProcUtils
      * 
      * @param ctx The execution context
      * @param procedureName The procedure to execute
-     * @param arguments The procédure's arguments
+     * @param arguments The procedure's arguments
      * @return The execution resut
      * @throws NamingException If we have had an error whil executing the stored procedure
      */