Skip to content

Commit 4f2a706

Browse files
committed
add @param javadocs
1 parent e748832 commit 4f2a706

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/ch/loway/oss/ari4java

1 file changed

+3
-0
lines changed

src/main/java/ch/loway/oss/ari4java/ARI.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ private void unsubscribeApplication() throws ARIException {
261261
/**
262262
* Create the events Websocket with the provided callback
263263
*
264+
* @param callback AriCallback
264265
* @throws ARIException when error
265266
*/
266267
public void eventsCallback(AriCallback<Message> callback) throws ARIException {
@@ -270,6 +271,8 @@ public void eventsCallback(AriCallback<Message> callback) throws ARIException {
270271
/**
271272
* Create the events Websocket with the provided callback
272273
*
274+
* @param callback AriCallback
275+
* @param subscribeAll subscribe to all
273276
* @throws ARIException when error
274277
*/
275278
public void eventsCallback(AriCallback<Message> callback, boolean subscribeAll) throws ARIException {

0 commit comments

Comments
 (0)