Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed May 15, 2017
1 parent e3176f2 commit 456a7c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AsyncDispatcher(ResourceMethodDispatcher originalDispatcher) {

@AllArgsConstructor
@NoArgsConstructor
static class AsyncDispatcherProvider implements Provider{
static class AsyncDispatcherProvider implements Provider{
@Context
private ServiceLocator serviceLocator;
@Override
Expand All @@ -68,7 +68,7 @@ public ResourceMethodDispatcher create(Invocable method, InvocationHandler handl
}
return null;
}
}
}
@Override
public Response dispatch(Object resource, ContainerRequest request) throws ProcessingException {
final AsyncContext context = this.asyncContext.get();
Expand Down

0 comments on commit 456a7c4

Please sign in to comment.