rename Props.withRouting to .withRouter
This commit is contained in:
parent
4b2b41e725
commit
4bd9f6ae1a
11 changed files with 28 additions and 28 deletions
|
|
@ -137,5 +137,5 @@ case class Props(creator: () ⇒ Actor = Props.defaultCreator,
|
|||
* Returns a new Props with the specified router config set
|
||||
* Java API
|
||||
*/
|
||||
def withRouting(r: RouterConfig) = copy(routerConfig = r)
|
||||
def withRouter(r: RouterConfig) = copy(routerConfig = r)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue