This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new f6240cc50e Remove out of date comments.
f6240cc50e is described below
commit f6240cc50e44169d4fb971183a4504593a10d265
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 24 08:37:48 2025 +0000
Remove out of date comments.
---
java/org/apache/tomcat/util/buf/package.html | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/java/org/apache/tomcat/util/buf/package.html
b/java/org/apache/tomcat/util/buf/package.html
index 44dac39bbd..4852690ed2 100644
--- a/java/org/apache/tomcat/util/buf/package.html
+++ b/java/org/apache/tomcat/util/buf/package.html
@@ -26,12 +26,6 @@ B2C converters are caching an ISReader/OSWriter and keep
everything allocated to
in any VM without any garbage.
<p>
-This package must accommodate future extensions and additional converters (
most important: the nio.charset,
-which should be detected and used if available ). Also, we do have one
handwritten UTF8Decoder, and
-other tuned encoders could be added.
-
-<p>
-My benchmarks ( I'm costin :-) show only small differences between C2B, B2C
and handwritten coders/decoders,
-so UTF8Decoder may be disabled.
+This package must accommodate future extensions and additional converters.
</body></html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]