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 2015/05/29 18:38:19 UTC

svn commit: r1682515 - /directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java

Author: elecharny
Date: Fri May 29 16:38:19 2015
New Revision: 1682515

URL: http://svn.apache.org/r1682515
Log:
Fixed some typoes 

Modified:
    directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java

Modified: directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java?rev=1682515&r1=1682514&r2=1682515&view=diff
==============================================================================
--- directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java (original)
+++ directory/studio/trunk/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config/editor/dialogs/TcpBufferDialog.java Fri May 29 16:38:19 2015
@@ -304,12 +304,12 @@ public class TcpBufferDialog extends Add
 
 
     /**
-     * We have to check that the ID does not already exist.
+     * Construct the TcpBufferWrapper from what we have in the dialog
      * {@inheritDoc}
      */
     protected void okPressed()
     {
-        // Creating the new index
+        // Creating the new TcpBufferWrapper
         String sizeStr = sizeText.getText();
         String url = listenerText.getText();
         int sizeValue = Integer.valueOf( sizeStr );