Skip to content

Commit 4568d6e

Browse files
committed
letters are hard
1 parent 5b66304 commit 4568d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/bandwidth/webrtc/models/Participant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public Participant() {
3030

3131
/**
3232
* Initialization constructor.
33-
* @param id tring value for id.
34-
* @param callbackUrl tring value for callbackUrl.
33+
* @param id String value for id.
34+
* @param callbackUrl String value for callbackUrl.
3535
* @param publishPermissions List of PublishPermissionEnum value for publishPermissions.
3636
* @param sessions List of String value for sessions.
3737
* @param subscriptions Subscriptions value for subscriptions.

0 commit comments

Comments
 (0)