javadoc fixup

This commit is contained in:
Doug MacEachern 2005-09-24 21:02:21 +00:00
parent f6a9d2ff3e
commit a07fe311f8

View File

@ -27,8 +27,8 @@ public class EventLog extends Win32 {
/**
* Open the event log. This must be done before any other operation.
* @param lpSourceName The event log to open. Should be one of
* Application, System or Security.
* @param name Name of the event log to open.
* For example: "Application", "System" or "Security".
* @exception Win32Exception If opening the event log fails.
*/
public void open(String name) throws Win32Exception {