diff --git a/src/java.desktop/share/classes/java/awt/Desktop.java b/src/java.desktop/share/classes/java/awt/Desktop.java index 43bd1f9c11c..a76f79c6984 100644 --- a/src/java.desktop/share/classes/java/awt/Desktop.java +++ b/src/java.desktop/share/classes/java/awt/Desktop.java @@ -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 * * Apple Developer Documentation for more information about