From ed7ff23f2b8a33adda048fef8dbaf445a21005cb Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 1 Mar 2011 23:24:33 +0000 Subject: [PATCH] Correct several typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1076047 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/net/SecureNioChannel.java | 4 ++-- res/findbugs/filter-false-positives.xml | 2 +- webapps/docs/changelog.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java/org/apache/tomcat/util/net/SecureNioChannel.java b/java/org/apache/tomcat/util/net/SecureNioChannel.java index eea964078..4a688548f 100644 --- a/java/org/apache/tomcat/util/net/SecureNioChannel.java +++ b/java/org/apache/tomcat/util/net/SecureNioChannel.java @@ -222,8 +222,8 @@ public class SecureNioChannel extends NioChannel { //validate the network buffers are empty if (netInBuffer.position() > 0 && netInBuffer.position() 0 && netOutBuffer.position()0 && getBufHandler().getReadBuffer().position()0 && getBufHandler().getWriteBuffer().position()0 && getBufHandler().getReadBuffer().position()0 && getBufHandler().getWriteBuffer().position() - + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 4cb3d0e0a..f94287ed9 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1290,7 +1290,7 @@ attributes as well. (timw) - Correctly handle the setting of primitve bean values via expression + Correctly handle the setting of primitive bean values via expression language. (markt) -- 2.11.0