#2348 - SI-4804 is fixed so enabling serialversionuids

This commit is contained in:
Viktor Klang 2012-07-30 13:26:12 +02:00
parent 6c5826ab23
commit ef6b78dbc5
8 changed files with 19 additions and 19 deletions

View file

@ -113,7 +113,7 @@ object Props {
* Props props = new Props(MyActor.class).withRouter(new RoundRobinRouter(..));
* }}}
*/
//TODO add @SerialVersionUID(1L) when SI-4804 is fixed when SI-4804 is fixed
@SerialVersionUID(1L)
case class Props(
creator: () Actor = Props.defaultCreator,
dispatcher: String = Dispatchers.DefaultDispatcherId,