fix setGuestInfo return type
This commit is contained in:
parent
19565d776d
commit
7b7a9db050
|
@ -159,7 +159,7 @@ public class VM extends VMwareObject {
|
||||||
public native String getGuestInfo(String key)
|
public native String getGuestInfo(String key)
|
||||||
throws VMwareException;
|
throws VMwareException;
|
||||||
|
|
||||||
public native String setGuestInfo(String key, String value)
|
public native void setGuestInfo(String key, String value)
|
||||||
throws VMwareException;
|
throws VMwareException;
|
||||||
|
|
||||||
public native int getProductInfo(int type)
|
public native int getProductInfo(int type)
|
||||||
|
|
Loading…
Reference in New Issue