On 15/03/2013 09:20, Alexey Utkin wrote:
Summary:
Makes [FindBug] code analyzer happy.
- public void finalize() {
+ protected void finalize() {
This looks fine to me, it's a package-private class so there's no issue. -Alan.
On 15/03/2013 09:20, Alexey Utkin wrote:
Summary:
Makes [FindBug] code analyzer happy.
- public void finalize() {
+ protected void finalize() {
This looks fine to me, it's a package-private class so there's no issue. -Alan.