From aae2584a1722f6c5de219070a6cbd4d70aafddb9 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Fri, 26 Nov 2010 20:08:11 +0100 Subject: [PATCH] fix typo in LinphoneCore --- java/common/org/linphone/core/LinphoneCore.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/common/org/linphone/core/LinphoneCore.java b/java/common/org/linphone/core/LinphoneCore.java index a11c84f27..1e8416756 100644 --- a/java/common/org/linphone/core/LinphoneCore.java +++ b/java/common/org/linphone/core/LinphoneCore.java @@ -303,7 +303,7 @@ public interface LinphoneCore { * * @return if false, there is no network connection. */ - public boolean setNetworkStateReachable(); + public boolean getNetworkStateReachable(); /** * destroy linphone core and free all underlying resources */