fix compile

This commit is contained in:
Doug MacEachern 2005-09-24 22:59:53 +00:00
parent 129bb7e80b
commit 4359ca4fce

View File

@ -226,7 +226,7 @@ public class Service extends Win32 {
* @deprecated * @deprecated
*/ */
public void stopAndWait(long timeout) throws Win32Exception { public void stopAndWait(long timeout) throws Win32Exception {
return stop(timeout); stop(timeout);
} }
public void stop(long timeout) throws Win32Exception public void stop(long timeout) throws Win32Exception