Skip to content

Commit 303f930

Browse files
committed
Improve javadoc only
1 parent 248a357 commit 303f930

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

client/src/main/java/io/avaje/http/client/RequestListener.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)