Tab police

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@917606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-03-01 17:31:45 +00:00
parent d5d5914de5
commit c6d72beaa4
2 changed files with 3 additions and 3 deletions

View File

@ -282,9 +282,9 @@ CookieSpecFactory csf = new CookieSpecFactory() {
public void validate(Cookie cookie, CookieOrigin origin) public void validate(Cookie cookie, CookieOrigin origin)
throws MalformedCookieException { throws MalformedCookieException {
// Oh, I am easy // Oh, I am easy
} }
}; };
} }
}; };
DefaultHttpClient httpclient = new DefaultHttpClient(); DefaultHttpClient httpclient = new DefaultHttpClient();

View File

@ -58,6 +58,6 @@
<item name="HttpClient" href="httpclient/index.html"/> <item name="HttpClient" href="httpclient/index.html"/>
<item name="HttpMime" href="httpmime/index.html"/> <item name="HttpMime" href="httpmime/index.html"/>
</menu> </menu>
<menu ref="reports"/> <menu ref="reports"/>
</body> </body>
</project> </project>