#2348 - SI-4804 is fixed so enabling serialversionuids
This commit is contained in:
parent
6c5826ab23
commit
ef6b78dbc5
8 changed files with 19 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue