Skip to content

Commit

Permalink
Merge 890c2ea into b0da56b
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrodgers committed Aug 4, 2016
2 parents b0da56b + 890c2ea commit 9d0bdee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ object Action {
}

/** Used to generate `Action` instances when no matching action has been registered. */
private[awsutil] case class NamedAction(override val name: String) extends Action(name)
case class NamedAction(override val name: String) extends Action(name)
}

0 comments on commit 9d0bdee

Please sign in to comment.