Skip to content

Commit e495c08

Browse files
ogolbergacogoluegnes
authored andcommitted
remove unneeded constructor
(cherry picked from commit 4d28a1a)
1 parent b080664 commit e495c08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/rabbitmq/client/ResolvedInetAddress.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ public ResolvedInetAddress(String originalHostname, InetAddress inetAddress, int
1111
this.inetAddress = inetAddress;
1212
}
1313

14-
public ResolvedInetAddress(String originalHostname, InetAddress inetAddress) {
15-
super(originalHostname);
16-
this.inetAddress = inetAddress;
17-
}
18-
1914
@Override
2015
public InetSocketAddress toInetSocketAddress(int port) {
2116
return new InetSocketAddress(inetAddress, port);

0 commit comments

Comments
 (0)