summaryrefslogtreecommitdiffstats
path: root/include/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-13 15:18:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-13 17:32:43 +0200
commit6925007c2a86d45a8d71f08ef46e56bb3eda21e3 (patch)
tree1d1b6581f3e4bf7252759acaa9a4a317b130d747 /include/jvmfwk
parentReplace a use of CJavaInfo with std::unique_ptr<JavaInfo> (diff)
downloadcore-6925007c2a86d45a8d71f08ef46e56bb3eda21e3.tar.gz
core-6925007c2a86d45a8d71f08ef46e56bb3eda21e3.zip
Simplify jfw_findAllJREs
...dropping remaining uses of CJavaInfo Change-Id: I76afd5af927233712181f58b14fe6f4c1a9c15c2
Diffstat (limited to 'include/jvmfwk')
-rw-r--r--include/jvmfwk/framework.hxx1
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/>