From cdd4efa46033d871f737254d66366dc87bfbca5e Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Fri, 17 Jul 2026 17:47:09 -0400 Subject: [PATCH] Fix javadoc typo and updated RIFE2/core --- core | 2 +- src/main/java/rife/bld/operations/JpackageOptions.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index 9d73b7b..fb2e502 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 9d73b7bd044df1df94907554c6807c6305ba113e +Subproject commit fb2e5022e5c1d125e45227b49076c2b200763986 diff --git a/src/main/java/rife/bld/operations/JpackageOptions.java b/src/main/java/rife/bld/operations/JpackageOptions.java index 6dd5ef0..a33881c 100644 --- a/src/main/java/rife/bld/operations/JpackageOptions.java +++ b/src/main/java/rife/bld/operations/JpackageOptions.java @@ -561,7 +561,7 @@ public class JpackageOptions extends LinkedHashMap { /** * 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) {