File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 66
66
* semantics. Covariant return types are not allowed when overriding a method, i.e., the base method
67
67
* and the override must have the exact same declared return type. Covariant return types require a
68
68
* synthetic bridge method that is generated automatically by the Java compiler, and not all Java
69
- * compilers put the {@link Uninterruptible} annotation on the bridge metod too (for example ECJ).
69
+ * compilers put the {@link Uninterruptible} annotation on the bridge method too (for example ECJ).
70
70
* For consistency reasons, synthetic methods are therefore never treated as uninterruptible.
71
71
* <p>
72
72
* Annotated methods give a terse {@link #reason} why they are annotated. Often the reason is that
You can’t perform that action at this time.
0 commit comments