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

Commit

Permalink
Make method non static as we may need the instance in the future
Browse files Browse the repository at this point in the history
Signed-off-by: Alin Dreghiciu <adreghiciu@gmail.com>
  • Loading branch information
adreghiciu authored and cstamas committed Nov 21, 2012
1 parent 2197599 commit b63be8e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -303,7 +303,7 @@ public NexusClientException convert( final ClientHandlerException e )
throw new NexusClientHandlerException( e );
}

public static String getResponseBody( final ClientResponse response )
public String getResponseBody( final ClientResponse response )
{
try
{
Expand Down

0 comments on commit b63be8e

Please sign in to comment.