Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Apr 2, 2015
1 parent 643f7c3 commit e82b769
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -66,4 +66,9 @@ public void cleanupAfterBoot() {
delegate().cleanupAfterBoot();
}

@Override
public <S extends Service> S getRequired(Class<S> type) {
return delegate().getRequired(type);
}

}

0 comments on commit e82b769

Please sign in to comment.