Skip to content

Commit b1430f3

Browse files
committed
Revert "Update DomainSocket.java"
This reverts commit b53872b.
1 parent b53872b commit b1430f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker-java-transport/src/main/java/com/github/dockerjava/transport/DomainSocket.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ public void close() throws IOException {
130130
* @param path the path to the domain socket
131131
* @return a {@link DomainSocket} instance
132132
* @throws IOException if the socket cannot be opened
133-
* @deprecated use {@link UnixSocket#get(String)}
134133
*/
135-
@Deprecated
136134
public static DomainSocket get(String path) throws IOException {
137135
if (Platform.isMac() || isBsdPlatform()) {
138136
return new BsdDomainSocket(path);

0 commit comments

Comments
 (0)