mirror of https://github.com/apache/maven.git
Reverted 1a1fe6d508
to make things workproperly on java5/windows
This commit is contained in:
parent
0645eb72fe
commit
80e01fea5b
|
@ -115,7 +115,7 @@ public class DefaultArtifactResolver
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
executor =
|
executor =
|
||||||
new ThreadPoolExecutor( 0, threads, 3, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(),
|
new ThreadPoolExecutor( threads, threads, 3, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(),
|
||||||
new DaemonThreadCreator() );
|
new DaemonThreadCreator() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue