This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release/2.6.0
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/release/2.6.0 by this push:
new 9b9fc61d67 Update userdefinedjavaexpression.adoc
new e0ee5968e6 Merge pull request #3370 from thadguidry/patch-4
9b9fc61d67 is described below
commit 9b9fc61d67fa290e26579243a67e43fc97897ca1
Author: Thad Guidry <[email protected]>
AuthorDate: Fri Nov 10 07:31:32 2023 +0800
Update userdefinedjavaexpression.adoc
---
.../ROOT/pages/pipeline/transforms/userdefinedjavaexpression.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/userdefinedjavaexpression.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/userdefinedjavaexpression.adoc
index 884f40aa99..5e8d3732c6 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/userdefinedjavaexpression.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/userdefinedjavaexpression.adoc
@@ -25,7 +25,7 @@ under the License.
|
== Description
-This transform allows you to enter User Defined Java Expressions as a basis
for the calculation of new values.
+This transform allows you to enter User Defined Java Expressions as a basis
for the calculation of new values. Any custom jar libraries that your
expressions depend on need to be placed in the folder
`plugins/transforms/janino/lib`
|
== Supported Engines