File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
client/src/main/java/io/avaje/http/client Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ interface Event {
45
45
/**
46
46
* Return the response body as string content if applicable.
47
47
* <p>
48
- * This is primarily here to assist logging of responses for debug and
49
- * trace purposes.
48
+ * This is primarily here to assist logging of responses for trace purposes.
50
49
* <p>
51
50
* This will return null if the response is not String or byte array
52
51
* encoded string content. For example, when requests use response
@@ -58,8 +57,7 @@ interface Event {
58
57
/**
59
58
* Return the related request body as string content if available.
60
59
* <p>
61
- * This is primarily here to assist logging of requests for debug and
62
- * trace purposes.
60
+ * This is primarily here to assist logging of requests for trace purposes.
63
61
* <p>
64
62
* This will return null if the related request content was not
65
63
* String or byte array encoded string content.
You can’t perform that action at this time.
0 commit comments