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/09/03 22:19:09 UTC

svn commit: r1807172 - /directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java

Author: elecharny
Date: Sun Sep  3 22:19:09 2017
New Revision: 1807172

URL: http://svn.apache.org/viewvc?rev=1807172&view=rev
Log:
Fixed a typo

Modified:
    directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java

Modified: directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java?rev=1807172&r1=1807171&r2=1807172&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java (original)
+++ directory/studio/branches/studio-value/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/model/OlcGlobal.java Sun Sep  3 22:19:09 2017
@@ -362,7 +362,7 @@ public class OlcGlobal extends OlcConfig
     private List<String> olcTCPBuffer = new ArrayList<>();
 
     /**
-     * Field for the 'olcThreads' attribute. (Added in OpenLDAP 2.4.36)
+     * Field for the 'olcThreads' attribute
      */
     @ConfigurationElement(attributeType = "olcThreads", version="2.4.0")
     private Integer olcThreads;