mirror of
https://github.com/rife2/bld
synced 2026-07-27 09:57:47 +02:00
Fix javadoc typo and updated RIFE2/core
This commit is contained in:
parent
62c0d4569d
commit
cdd4efa460
2
core
2
core
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9d73b7bd044df1df94907554c6807c6305ba113e
|
Subproject commit fb2e5022e5c1d125e45227b49076c2b200763986
|
||||||
|
|
@ -561,7 +561,7 @@ public class JpackageOptions extends LinkedHashMap<String, String> {
|
||||||
/**
|
/**
|
||||||
* Creates a shortcut for the application.
|
* 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
|
* @return this map of options
|
||||||
*/
|
*/
|
||||||
public JpackageOptions linuxShortcut(boolean shortcut) {
|
public JpackageOptions linuxShortcut(boolean shortcut) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue