Skip to content

Commit

Permalink
removes retrolambda comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Dec 11, 2023
1 parent d59cb55 commit b7a3e64
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ static Dispatcher newDispatcher(int maxRequests) {
return dispatcher;
}

// Not lambda as Retrolambda creates an OSGi dependency on jdk.internal.vm.annotation with JDK 14
// See https://github.com/luontola/retrolambda/issues/160
enum OkHttpSenderThreadFactory implements ThreadFactory {
INSTANCE;

Expand Down

0 comments on commit b7a3e64

Please sign in to comment.