Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Mark gson field in HttpSamplingManager as ignored for toString
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Aug 22, 2018
1 parent e248ce0 commit 6060f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import lombok.ToString;


@ToString
@ToString(exclude = "gson")
public class HttpSamplingManager implements SamplingManager {
public static final String DEFAULT_HOST_PORT = "localhost:5778";
private final Gson gson = new Gson();
Expand Down

0 comments on commit 6060f4b

Please sign in to comment.