File tree 1 file changed +2
-2
lines changed
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ public boolean isInitialized(AnalysisType type) {
292
292
@ Override
293
293
public GraphBuilderConfiguration updateGraphBuilderConfiguration (GraphBuilderConfiguration config , AnalysisMethod method ) {
294
294
return config .withRetainLocalVariables (retainLocalVariables ())
295
- .withUnresolvedIsError (linkAtBuildTimeSupport .linkAtBuildTime (method .getDeclaringClass ()));
295
+ .withUnresolvedIsError (linkAtBuildTimeSupport .linkAtBuildTime (method .getDeclaringClass ()));
296
296
}
297
297
298
298
private boolean retainLocalVariables () {
@@ -426,7 +426,7 @@ private Object isAnonymousClass(Class<?> javaClass) {
426
426
427
427
private Object unsupportedMethod (Class <?> javaClass , String methodName ) {
428
428
String message = "Discovered a type for which " + methodName + " cannot be called: " + javaClass .getTypeName () + ". " +
429
- linkAtBuildTimeSupport .errorMessageFor (javaClass );
429
+ linkAtBuildTimeSupport .errorMessageFor (javaClass );
430
430
throw new UnsupportedFeatureException (message );
431
431
}
432
432
You can’t perform that action at this time.
0 commit comments