diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 18:25:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 18:25:04 +0200 |
commit | 15c98f1740708ad7c05753ea28d5ad8ed4430e02 (patch) | |
tree | fa58c228a546401099a108f95d62475643ae7c11 /include/jvmfwk/framework.hxx | |
parent | 583508ced26a422145111242c027b3fbd5687dc5 (diff) |
jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARG
Change-Id: I2067b77393427a5a6a4273c2f609ff8d335f436a
Diffstat (limited to 'include/jvmfwk/framework.hxx')
-rw-r--r-- | include/jvmfwk/framework.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 2373a3e713bc..139cda024766 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -722,7 +722,6 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_addJRELocation(rtl_uString * sLocation); @return JFW_E_NONE the function ran successfully.</br> JFW_E_ERROR an error occurred during execution.</br> - JFW_E_INVALID_ARG pInfo contains invalid data</br> */ JVMFWK_DLLPUBLIC javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *exist); |