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:
parent
a7f504f899
commit
81e7516969
|
@ -33,7 +33,7 @@ public class ContentExchange extends CachedExchange
|
|||
{
|
||||
int _contentLength = 1024;
|
||||
String _encoding = "utf-8";
|
||||
ByteArrayOutputStream _responseContent;
|
||||
protected ByteArrayOutputStream _responseContent;
|
||||
|
||||
File _fileForUpload;
|
||||
|
||||
|
|
Loading…
Reference in New Issue