Correct comment
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 14 Nov 2009 02:48:51 +0000 (02:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 14 Nov 2009 02:48:51 +0000 (02:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@836103 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/buf/MessageBytes.java

index c52faae..ac294b6 100644 (file)
@@ -234,7 +234,7 @@ public final class MessageBytes implements Cloneable, Serializable {
        return strValue;
     }
 
-    /** Unimplemented yet. Do a char->byte conversion.
+    /** Do a char->byte conversion.
      */
     public void toBytes() {
         if( ! byteC.isNull() ) {