Skip to content

Commit

Permalink
fix typo in Projection and CassandraProjection (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
saguywalker authored Jan 8, 2025
1 parent cc87b5c commit 33c22a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ object CassandraProjection {

/**
* For testing purposes the projection offset and management tables can be created programmatically.
* For production it's recommended to create the table with DDL statements
* For production, it's recommended to create the table with DDL statements
* before the system is started.
*/
def createTablesIfNotExists()(implicit system: ActorSystem[_]): Future[Done] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ trait Projection[Envelope] {
private[projection] object RunningProjection {

/**
* When stopping an projection the retry mechanism is aborted via this exception.
* When stopping a projection the retry mechanism is aborted via this exception.
*/
case object AbortProjectionException extends RuntimeException("Projection aborted.") with NoStackTrace

Expand Down

0 comments on commit 33c22a9

Please sign in to comment.