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:
parent
d5d5914de5
commit
c6d72beaa4
|
@ -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();
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue