1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02: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:
Thiago Camargo 2007-03-26 23:56:23 +00:00 committed by thiago
parent a86cb5a5d3
commit 99aae28885

View file

@ -74,7 +74,7 @@ public class BridgedResolverTest extends SmackTestCase {
String publicIp = RTPBridge.getPublicIP(getConnection(0));
System.out.println(publicIp + " local:" + getConnection(0).getLocalNetworkAddress().getHostAddress());
System.out.println(publicIp);
if (publicIp != null) {
incCounter();