Skip to content

Commit

Permalink
inner() -> createInner()
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Apr 18, 2014
1 parent 41fc111 commit eb027a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ trait Scheduler {
*/
def now: Long = this.asJavaScheduler.now()

def inner: Inner = this.asJavaScheduler.inner()
def createInner: Inner = this.asJavaScheduler.createInner()

}

Expand Down

0 comments on commit eb027a0

Please sign in to comment.