=per fixed small typo in parameter name

Small typo. Was replayPersistent instead replyPersistent and withReplyPersistent did not work
This commit is contained in:
dawidmalina 2014-10-30 13:47:00 +01:00
parent 51d415d4e8
commit 551f611809

View file

@ -67,7 +67,7 @@ final case class PersistentChannelSettings(
/**
* Java API.
*/
def withReplyPersistent(replayPersistent: Boolean): PersistentChannelSettings =
def withReplyPersistent(replyPersistent: Boolean): PersistentChannelSettings =
copy(replyPersistent = replyPersistent)
/**