Skip to content

Commit

Permalink
Renamed WorkerExecutorInternal method giving Vert.x instance
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
  • Loading branch information
tsegismont committed Mar 9, 2017
1 parent 0265693 commit a73e97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/impl/WorkerExecutorImpl.java
Expand Up @@ -57,7 +57,7 @@ public boolean isMetricsEnabled() {
}

@Override
public Vertx owner() {
public Vertx vertx() {
return vertx;
}

Expand Down
Expand Up @@ -24,5 +24,5 @@
*/
public interface WorkerExecutorInternal extends WorkerExecutor {
// TODO Can we get rid of this?
Vertx owner();
Vertx vertx();
}

0 comments on commit a73e97c

Please sign in to comment.