GitHub user Glease opened a pull request:
https://github.com/apache/commons-lang/pull/174
[LANG-1250] SerializationUtils::deserialize has unnecessary code and a
comment for that
There is no real CCE possible, even the javadoc say so. Github's blame
showed the code and javadoc is written by two indiviual person in two different
years, so that may be the cause.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Glease/commons-lang patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/174.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 #174
----
commit c9fa6ce087cd0c04902d11f0257bf23cce5a403a
Author: Glease <[email protected]>
Date: 2016-07-20T03:14:05Z
Update SerializationUtils.java
There is no real CCE possible, even the javadoc say so. Github's blame
showed the code and javadoc is written by two indiviual person in two different
years, so that may be the cause.
----
---
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.
---