Skip to content

Commit 1343fba

Browse files
committed
Declare StrictReflectionSupport as final
1 parent 65f1d89 commit 1343fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/snippets/ReflectionPlugins.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ private void traceException(GraphBuilderContext b, ResolvedJavaMethod targetMeth
824824
}
825825
}
826826

827-
private class StrictReflectionSupport {
827+
private final class StrictReflectionSupport {
828828

829829
public ResolvedJavaMethod getOriginalMethod(ResolvedJavaMethod targetMethod, MetaAccessProvider access) {
830830
for (Map.Entry<Method, Method> entry : ConstantTags.TAG_TO_ORIGINAL_MAPPING.entrySet()) {

0 commit comments

Comments
 (0)