Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Fix formatting of ScalaDoc for EventSource (SSE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Feb 6, 2017
1 parent 96d5c0e commit 67e2de4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import de.heikoseeberger.akkasse.headers.`Last-Event-ID`
import de.heikoseeberger.akkasse.{EventStreamUnmarshalling, ServerSentEvent}
import scala.concurrent.{Future, Promise}

/**This stream processing stage establishes a continuous source of server-sent events from the given URI
* .
/**
* This stream processing stage establishes a continuous source of server-sent events from the given URI.
*
* A single source of server-sent events is obtained from the URI. Once completed, either normally or by failure, a next
* one is obtained thereby sending a Last-Evend-ID header if available. This continues in an endless cycle.
Expand Down

0 comments on commit 67e2de4

Please sign in to comment.