Skip to content

Commit bcbc5fc

Browse files
committed
Review fixes for async-http-client-common-1.8:javaagent
Automated code review of instrumentation/async-http-client/async-http-client-common-1.8/javaagent.
1 parent 166812f commit bcbc5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/async-http-client/async-http-client-common-1.8/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/asynchttpclient/common/v1_8

instrumentation/async-http-client/async-http-client-common-1.8/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/asynchttpclient/common/v1_8/AsyncHttpClientHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface AsyncHttpClientHelper {
3232
* Get the server port from the request.
3333
*
3434
* @param request the HTTP request
35-
* @return the server port
35+
* @return the server port, or {@code null} if the request URI has no explicit or derivable port
3636
*/
3737
@Nullable
3838
Integer getServerPort(Request request);

0 commit comments

Comments
 (0)