Skip to content

Commit

Permalink
Merge pull request #19887 from Karm/issue-19886
Browse files Browse the repository at this point in the history
LambdaContainerHandlerSubstitution class must be marked final
  • Loading branch information
gastaldi authored Sep 3, 2021
2 parents 47a92b4 + d35a89a commit 888a7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.oracle.svm.core.annotate.TargetClass;

@TargetClass(LambdaContainerHandler.class)
public class LambdaContainerHandlerSubstitution {
public final class LambdaContainerHandlerSubstitution {

// afterburner does not work in native mode, so let's ensure it's never registered
@Substitute
Expand Down

0 comments on commit 888a7bb

Please sign in to comment.