You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/20 18:20:44 UTC

[commons-jexl] branch master updated: Fix spelling in Javadoc.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 5190236  Fix spelling in Javadoc.
5190236 is described below

commit 51902363b595264035486494611fb26d7c427185
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 20 13:20:40 2020 -0500

    Fix spelling in Javadoc.
---
 src/main/java/org/apache/commons/jexl3/internal/Engine.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/jexl3/internal/Engine.java b/src/main/java/org/apache/commons/jexl3/internal/Engine.java
index 7a2dd3c..41f7e90 100644
--- a/src/main/java/org/apache/commons/jexl3/internal/Engine.java
+++ b/src/main/java/org/apache/commons/jexl3/internal/Engine.java
@@ -877,7 +877,7 @@ public class Engine extends JexlEngine {
     /**
      * Trims the source from front and ending spaces.
      * @param str expression to clean
-     * @return trimmed expression ending in a semi-colon
+     * @return trimmed expression ending in a semicolon
      */
     protected String trimSource(final CharSequence str) {
         if (str != null) {