This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e10d0167bf Removed unused function entry
e10d0167bf is described below

commit e10d0167bf0bf6a107da61559d34dd18008b9de5
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Mon Jan 9 13:47:04 2023 +0530

    Removed unused function entry
---
 .../src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java
 
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java
index 5f53df385b..0089d7848e 100644
--- 
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java
+++ 
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelFunctions.java
@@ -182,7 +182,6 @@ import org.xml.sax.SAXException;
  * <tr><td><code>util:size(Object)</code></td><td>Returns the size of 
<code>Maps</code>,
  * <tr><td><code>screen:id(ScreenStack)</code></td><td>Returns the id of the 
current screen,
  * <code>Collections</code>, and <code>Strings</code>. Invalid 
<code>Object</code> types return -1.</td></tr>
- * <tr><td><code>util:urlExists(String)</code></td><td>Returns 
<code>true</code> if the specified URL exists.</td></tr>
  * <tr><td colspan="2"><b><code>dom:</code> contains 
<code>org.w3c.dom.*</code> functions</b></td></tr>
  * <tr><td><code>dom:readHtmlDocument(String)</code></td><td>Reads an HTML 
file and returns a <code>org.w3c.dom.Document</code> instance.</td></tr>
  * <tr><td><code>dom:readXmlDocument(String)</code></td><td>Reads an XML file 
and returns a <code>org.w3c.dom.Document</code> instance.</td></tr>

Reply via email to