File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ public String bfdMangle(Member m) {
412412 * Make the provider aware of the current native libraries. This is needed because the provider
413413 * is created in a feature after registration but the native libraries are only available before
414414 * analysis.
415- *
415+ *
416416 * @param nativeLibs the current native libraries singleton.
417417 */
418418 public void setNativeLibs (NativeLibraries nativeLibs ) {
@@ -491,7 +491,7 @@ private static class BFDMangler {
491491 private interface LookupName {
492492 }
493493
494- private interface CompositeLookupName extends LookupName {
494+ private interface CompositeLookupName extends LookupName {
495495 }
496496
497497 private record SimpleLookupName (String value ) implements LookupName {
@@ -894,7 +894,7 @@ private void recordName(LookupName name) {
894894 /**
895895 * Determine whether a type modeled as a Java object type needs to be encoded using pointer
896896 * prefix P.
897- *
897+ *
898898 * @param type The type to be checked.
899899 * @return true if the type needs to be encoded using pointer prefix P otherwise false.
900900 */
You can’t perform that action at this time.
0 commit comments