From: markt Date: Sat, 14 Nov 2009 02:48:51 +0000 (+0000) Subject: Correct comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2deb46e1f261ecfcf29f89e2bc1a280ddf475422;p=tomcat7.0 Correct comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@836103 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/buf/MessageBytes.java b/java/org/apache/tomcat/util/buf/MessageBytes.java index c52faaeee..ac294b6cf 100644 --- a/java/org/apache/tomcat/util/buf/MessageBytes.java +++ b/java/org/apache/tomcat/util/buf/MessageBytes.java @@ -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() ) {