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 */