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

Mark gson field in HttpSamplingManager as ignored for toString #528

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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