Skip to content

Commit

Permalink
Marked recoveryKey field as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Nov 28, 2023
1 parent 2a8bbbd commit 6461967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/main/java/io/ably/lib/realtime/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public class Connection extends EventEmitter<ConnectionEvent, ConnectionStateLis
* for more information.
* <p>
* Spec: RTN16b, RTN16c
* @deprecated use createRecoveryKey method instead.
*/
@Deprecated
public String recoveryKey;

/**
Expand Down

0 comments on commit 6461967

Please sign in to comment.