Fix a comment in the Java TSerializer.
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:12 +0000 (06:29 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:12 +0000 (06:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665539 13f79535-47bb-0310-9956-ffa450edef68

lib/java/src/TSerializer.java

index 0606d9b..e9dd882 100644 (file)
@@ -40,8 +40,6 @@ public class TSerializer {
 
   /**
    * Create a new TSerializer that uses the TBinaryProtocol by default.
-   *
-   * @param protocolFactory Factory to create a protocol
    */
   public TSerializer() {
     this(new TBinaryProtocol.Factory());