=str Add missing abstract modifier to ActorPublisherMessage.Cancel

This commit is contained in:
Richard Bradley 2015-06-24 11:48:31 +01:00
parent f628e3257d
commit 65e9ce49fa

View file

@ -52,7 +52,7 @@ object ActorPublisherMessage {
* subscription.
*/
final case object Cancel extends Cancel with NoSerializationVerificationNeeded
sealed class Cancel extends ActorPublisherMessage
sealed abstract class Cancel extends ActorPublisherMessage
/**
* This message is delivered to the [[ActorPublisher]] actor in order to signal the exceeding of an subscription timeout.