Should always call super.finalize()... though I do wonder why we are calling a finalizer at all... bad design smell

This commit is contained in:
Stephen Connolly 2014-01-06 10:33:58 +00:00
parent 9a55914061
commit 9725c715a5
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ public class DefaultArtifactResolver
{
( (ExecutorService) executor ).shutdown();
}
super.finalize();
}
private RepositorySystemSession getSession( ArtifactRepository localRepository )