=per fixed small typo in parameter name
Small typo. Was replayPersistent instead replyPersistent and withReplyPersistent did not work
This commit is contained in:
parent
51d415d4e8
commit
551f611809
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ final case class PersistentChannelSettings(
|
|||
/**
|
||||
* Java API.
|
||||
*/
|
||||
def withReplyPersistent(replayPersistent: Boolean): PersistentChannelSettings =
|
||||
def withReplyPersistent(replyPersistent: Boolean): PersistentChannelSettings =
|
||||
copy(replyPersistent = replyPersistent)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue