On 12 January 2011 17:37, <[email protected]> wrote: > Author: jonm > Date: Wed Jan 12 17:37:16 2011 > New Revision: 1058248 > > URL: http://svn.apache.org/viewvc?rev=1058248&view=rev > Log: > Minor fix for which deprecated constructor was removed. > > Modified: > httpcomponents/httpclient/trunk/RELEASE_NOTES.txt > > Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt > URL: > http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1058248&r1=1058247&r2=1058248&view=diff > ============================================================================== > --- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original) > +++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Wed Jan 12 17:37:16 2011 > @@ -36,7 +36,7 @@ Changelog > HttpCacheEntry class - the deprecated public Set<String> getVariantURIs() > method and constructor > public HttpCacheEntry(Date requestDate, Date responseDate, > StatusLine statusLine, Header[] responseHeaders, > - Resource resource, Map<String, String> variantMap) > + Resource resource, Set<String> variants)
Oops, sorry, well caught. I used svndiff and must have copied the wrong change. > were both removed. This will not affect you unless you are implementing > new storage backends > that use the deprecated code and/or are implementing custom serializers for > cache entries. > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
