Tabs and spaces.

This commit is contained in:
zeeZ 2011-05-16 20:51:18 +08:00 committed by Christian
parent 1ba9fe9cff
commit b76e6059ae
33 changed files with 306 additions and 306 deletions

View file

@ -9,5 +9,5 @@ public class HttpRequest {
public String path;
public String version;
public Map<String, String> fields = new HashMap<String, String>();
public InputStream body;
public InputStream body;
}