mirror of https://github.com/apache/maven.git
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:
parent
9a55914061
commit
9725c715a5
|
@ -128,6 +128,7 @@ public class DefaultArtifactResolver
|
|||
{
|
||||
( (ExecutorService) executor ).shutdown();
|
||||
}
|
||||
super.finalize();
|
||||
}
|
||||
|
||||
private RepositorySystemSession getSession( ArtifactRepository localRepository )
|
||||
|
|
Loading…
Reference in New Issue