mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-12-23 13:07:59 +01:00
Remove Smack non existing method
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7716 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a86cb5a5d3
commit
99aae28885
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class BridgedResolverTest extends SmackTestCase {
|
||||||
|
|
||||||
String publicIp = RTPBridge.getPublicIP(getConnection(0));
|
String publicIp = RTPBridge.getPublicIP(getConnection(0));
|
||||||
|
|
||||||
System.out.println(publicIp + " local:" + getConnection(0).getLocalNetworkAddress().getHostAddress());
|
System.out.println(publicIp);
|
||||||
|
|
||||||
if (publicIp != null) {
|
if (publicIp != null) {
|
||||||
incCounter();
|
incCounter();
|
||||||
|
|
Loading…
Reference in a new issue