Skip to content

Commit add1ed9

Browse files
committed
UnixDomainSocketFactory: Correct outdated Javadoc
1 parent 4681610 commit add1ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/socket/UnixDomainSocketFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
* A factory for Unix domain sockets.
4949
* <p>
5050
* This implementation supports both the JDK16+ standard library implementation (JEP 380) and the JUnixSocket library.
51-
* It will automatically detect which implementation is available and use it. JUnixSocket is preferred, since it
52-
* supports the {@link java.net.Socket} API used by the classic client.
51+
* It will automatically detect which implementation is available and use it; if both are available, the standard
52+
* library implementation is preferred.
5353
* </p>
5454
*
5555
* @since 5.6

0 commit comments

Comments
 (0)