diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 15:18:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 17:32:43 +0200 |
commit | 6925007c2a86d45a8d71f08ef46e56bb3eda21e3 (patch) | |
tree | 1d1b6581f3e4bf7252759acaa9a4a317b130d747 /include/jvmfwk/framework.hxx | |
parent | 77e5a6d857bd3a1a6a59891aab9b5d9bb9bc85cf (diff) |
Simplify jfw_findAllJREs
...dropping remaining uses of CJavaInfo
Change-Id: I76afd5af927233712181f58b14fe6f4c1a9c15c2
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 afab60eef427..767727146c63 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -378,7 +378,6 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_findAndSelectJRE(std::unique_ptr<JavaInf @param parInfo [out] on returns it contains a vector of <code>JavaInfo</code> pointers. - Any previously contained elements are removed first. @return JFW_E_NONE function ran successfully.<br/> |