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 {
4545 /**
4646 * Return the response body as string content if applicable.
4747 * <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.
5049 * <p>
5150 * This will return null if the response is not String or byte array
5251 * encoded string content. For example, when requests use response
@@ -58,8 +57,7 @@ interface Event {
5857 /**
5958 * Return the related request body as string content if available.
6059 * <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.
6361 * <p>
6462 * This will return null if the related request content was not
6563 * String or byte array encoded string content.
You can’t perform that action at this time.
0 commit comments