responseContent to protected so something that extends can see it

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@779 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-08-28 16:39:24 +00:00
parent a7f504f899
commit 81e7516969
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class ContentExchange extends CachedExchange
{
int _contentLength = 1024;
String _encoding = "utf-8";
ByteArrayOutputStream _responseContent;
protected ByteArrayOutputStream _responseContent;
File _fileForUpload;