javadoc fixup
This commit is contained in:
parent
f6a9d2ff3e
commit
a07fe311f8
@ -27,8 +27,8 @@ public class EventLog extends Win32 {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Open the event log. This must be done before any other operation.
|
* Open the event log. This must be done before any other operation.
|
||||||
* @param lpSourceName The event log to open. Should be one of
|
* @param name Name of the event log to open.
|
||||||
* Application, System or Security.
|
* For example: "Application", "System" or "Security".
|
||||||
* @exception Win32Exception If opening the event log fails.
|
* @exception Win32Exception If opening the event log fails.
|
||||||
*/
|
*/
|
||||||
public void open(String name) throws Win32Exception {
|
public void open(String name) throws Win32Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user