mirror of https://github.com/apache/jclouds.git
Issue 134: accidentally made http singlethreaded
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2411 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
4a22f808d1
commit
01bb58d712
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
package org.jclouds.http.config;
|
||||
|
||||
import org.jclouds.concurrent.SingleThreaded;
|
||||
import org.jclouds.http.HttpCommandExecutorService;
|
||||
import org.jclouds.http.TransformingHttpCommandExecutorService;
|
||||
import org.jclouds.http.TransformingHttpCommandExecutorServiceImpl;
|
||||
|
@ -40,7 +39,6 @@ import com.google.inject.Scopes;
|
|||
* @author Adrian Cole
|
||||
*/
|
||||
@ConfiguresHttpCommandExecutorService
|
||||
@SingleThreaded
|
||||
public class JavaUrlHttpCommandExecutorServiceModule extends AbstractModule {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue