Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Removed the "synchronized" kw from method
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jun 25, 2011
1 parent b6188c5 commit e9f1898
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -536,7 +536,7 @@ public static Response sendMessage( final URL url, final Method method, final Re
return sendMessage( request, matchers );
}

public synchronized static Response sendMessage( final Request request, final org.hamcrest.Matcher<Response> matchers )
public static Response sendMessage( final Request request, final org.hamcrest.Matcher<Response> matchers )
throws IOException
{
Preconditions.checkNotNull( request );
Expand Down

0 comments on commit e9f1898

Please sign in to comment.