airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Fix lambda opening brace check #194

Closed findepi closed 4 years ago

findepi commented 4 years ago

We want to allow lambdas like

() -> { throw new RuntimeException(); }
findepi commented 4 years ago

cc @martint @mosabua

mosabua commented 4 years ago

+1 .. this avoids the failures in the presto build. Hence it also unblocks https://github.com/airlift/airbase/pull/193