Extras: FlatDesktop: fixed javadoc issues

This commit is contained in:
Karl Tauber
2021-11-03 15:22:41 +01:00
parent 4dae082cd5
commit 475781db91

View File

@@ -57,7 +57,7 @@ public class FlatDesktop
/** /**
* Sets a handler to show a custom About dialog. * Sets a handler to show a custom About dialog.
* <p> * <p>
* Useful for macOS to enable menu item "MyApp > About". * Useful for macOS to enable menu item "MyApp &gt; About".
* <p> * <p>
* Uses: * Uses:
* <ul> * <ul>
@@ -83,7 +83,7 @@ public class FlatDesktop
/** /**
* Sets a handler to show a custom Preferences dialog. * Sets a handler to show a custom Preferences dialog.
* <p> * <p>
* Useful for macOS to enable menu item "MyApp > Preferences". * Useful for macOS to enable menu item "MyApp &gt; Preferences".
* <p> * <p>
* Uses: * Uses:
* <ul> * <ul>
@@ -135,7 +135,7 @@ public class FlatDesktop
* The handler must invoke either {@link QuitResponse#performQuit} or * The handler must invoke either {@link QuitResponse#performQuit} or
* {@link QuitResponse#cancelQuit}. * {@link QuitResponse#cancelQuit}.
* <p> * <p>
* Useful for macOS to get notified when user clicks menu item "MyApp > Quit". * Useful for macOS to get notified when user clicks menu item "MyApp &gt; Quit".
* <p> * <p>
* Uses: * Uses:
* <ul> * <ul>