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 2005/08/28 18:51:15 UTC

svn commit: r263889 - /directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java

Author: elecharny
Date: Sun Aug 28 09:51:08 2005
New Revision: 263889

URL: http://svn.apache.org/viewcvs?rev=263889&view=rev
Log:
Minor cleaning of useless printing

Modified:
    directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java

Modified: directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java?rev=263889&r1=263888&r2=263889&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java (original)
+++ directory/shared/ldap/branches/new-codec-integration/apache2-provider/src/java/main/org/apache/asn1new/ldap/pojo/UnBindRequest.java Sun Aug 28 09:51:08 2005
@@ -108,7 +108,6 @@
         StringBuffer sb = new StringBuffer();
 
         sb.append( "    UnBind Request\n" );
-        sb.append( super.toString() );
 
         return sb.toString();
     }