diff options
author | 2024-08-06 23:20:49 +0100 | |
---|---|---|
committer | 2024-08-07 11:15:12 +0100 | |
commit | b629de1236c99ec2df020dc8bf2392bcb0e11d5a (patch) | |
tree | 69419e8363d3ad4586fac7e3c9825b8533a4c56a /docs/apex | |
parent | a302bc9a6ccb268e7f897d3ea78ac5c47745f488 (diff) |
Add newdelhi release notes in docsnewdelhi
Issue-ID: POLICY-5104
Change-Id: I12946f7ef93085edff33f18b907b4e0ee17694c2
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'docs/apex')
-rw-r--r-- | docs/apex/APEX-Policy-Guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apex/APEX-Policy-Guide.rst b/docs/apex/APEX-Policy-Guide.rst index 7d2f01d3..f3fef517 100644 --- a/docs/apex/APEX-Policy-Guide.rst +++ b/docs/apex/APEX-Policy-Guide.rst @@ -471,7 +471,7 @@ Concept: Logic The *LogicCode* field of a Logic concept definition is a string that holds the program code that is to be executed at run time. The *LogicType* field defines the language of the code. The standard values are the logic languages - supported by APEX: `JAVASCRIPT <https://en.wikipedia.org/wiki/JavaScript>`__, `JAVA <https://java.com/en/>`__, + supported by APEX: `JAVASCRIPT <https://en.wikipedia.org/wiki/JavaScript>`__, `JAVA <https://www.oracle.com/java/>`__, `JYTHON <http://www.jython.org/>`__, `JRUBY <http://jruby.org/>`__, or `MVEL <https://en.wikibooks.org/wiki/Transwiki:MVEL_Language_Guide>`__. |