Skip to content

Commit b145b19

Browse files
author
Antonis
committed
Fixed minor comment
1 parent 267aaad commit b145b19

File tree

2 files changed

+2
-2
lines changed
  • Examples/restcomm-olympus/.idea
  • restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/SignalingClient/JainSipClient

2 files changed

+2
-2
lines changed

Examples/restcomm-olympus/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

restcomm.android.sdk/src/main/java/org/restcomm/android/sdk/SignalingClient/JainSipClient/JainSipCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void open(String jobId, HashMap<String, Object> parameters)
9797
}
9898
}
9999

100-
// make a call with the given jobId, using given parameters
100+
// accept a call with the given jobId, using given parameters
101101
public void accept(JainSipJob jainSipJob, HashMap<String, Object> parameters)
102102
{
103103
RCLogger.i(TAG, "accept(): jobId: " + jainSipJob.jobId + ", parameters: " + parameters.toString());

0 commit comments

Comments
 (0)