Skip to content

Commit 8cb0dae

Browse files
committed
fix javadoc error
1 parent 028eecc commit 8cb0dae

File tree

1 file changed

+1
-1
lines changed
  • contrib/platform/src/com/sun/jna/platform/win32

1 file changed

+1
-1
lines changed

contrib/platform/src/com/sun/jna/platform/win32/Winsvc.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public static class ByReference extends SERVICE_FAILURE_ACTIONS implements Struc
241241
* If this value is NULL, the reboot message is unchanged. If the value is an empty string
242242
* (""), the reboot message is deleted and no message is broadcast.
243243
* This member can specify a localized string using the following format:
244-
* @[path\]dllname,-strID
244+
* "@[path]dllname,-strID"
245245
* The string with identifier strID is loaded from dllname; the path is optional. For more
246246
* information, see RegLoadMUIString.
247247
* Windows Server 2003 and Windows XP: Localized strings are not supported until Windows

0 commit comments

Comments
 (0)