diff --git a/bindings/java/src/net/hyperic/sigar/win32/EventLog.java b/bindings/java/src/net/hyperic/sigar/win32/EventLog.java index deee755c..bdfa4139 100644 --- a/bindings/java/src/net/hyperic/sigar/win32/EventLog.java +++ b/bindings/java/src/net/hyperic/sigar/win32/EventLog.java @@ -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 {