update servletrequest model

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2325 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-10 14:20:40 +00:00
parent 6c08d95103
commit 53e030f4e1
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class ServletRequest implements javax.servlet.ServletRequest {
}
public java.lang.String getContentType() {
return null;
return getInputString();
}
public javax.servlet.ServletInputStream getInputStream() {