Fix javadoc typo and updated RIFE2/core

This commit is contained in:
Geert Bevin 2026-07-17 17:47:09 -04:00
parent 62c0d4569d
commit cdd4efa460
2 changed files with 2 additions and 2 deletions

2
core

@ -1 +1 @@
Subproject commit 9d73b7bd044df1df94907554c6807c6305ba113e
Subproject commit fb2e5022e5c1d125e45227b49076c2b200763986

View file

@ -561,7 +561,7 @@ public class JpackageOptions extends LinkedHashMap<String, String> {
/**
* Creates a shortcut for the application.
*
* @param shortcut {@code true| to create a shortcut, {@code false} otherwise
* @param shortcut {@code true} to create a shortcut, {@code false} otherwise
* @return this map of options
*/
public JpackageOptions linuxShortcut(boolean shortcut) {