GitHub user meggermo opened a pull request:
https://github.com/apache/httpclient/pull/40
Delete obsolete clone method
In svn revision 980937 the Cloneable interface was removed from the class
CacheEntity but the clone method was not. Assuming the removal of the Cloneable
interface was intentional, the clone method should have been removed as well.
See https://fisheye6.atlassian.com/changelog/httpcomponents?cs=980937 for
the entire change set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/meggermo/httpclient clone-method-unnecessary
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpclient/pull/40.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #40
----
commit 1faa798a46f629824c4ba7b51b788c94b37a02e9
Author: Michiel Eggermont <[email protected]>
Date: 2015-12-28T11:26:34Z
Delete clone method
In svn revision 980937 the Cloneable interface was removed
from the CacheEntity but the clone method was not.
Assuming the removal of the Cloneable interface was
intentional, the clone method should have been removed
as well.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]