8379044: [macos] javadoc for setOpenURIHandler refers to wrong type

Reviewed-by: azvegint, prr
This commit is contained in:
Max Rydahl Andersen 2026-05-15 11:08:37 +00:00 committed by Severin Gehwolf
parent 9f95d61dea
commit 061bd076da

View File

@ -650,7 +650,7 @@ public class Desktop {
*
* @implNote Please note that for macOS, notifications
* are only sent if the Java app is a bundled application,
* with a {@code CFBundleDocumentTypes} array present in its
* with a {@code CFBundleURLTypes} array present in its
* {@code Info.plist}. Check the
* <a href="https://developer.apple.com/documentation">
* Apple Developer Documentation</a> for more information about