Fixed javadoc

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/64069141
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/64069141
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/64069141

Branch: refs/heads/master
Commit: 6406914121337a2e29cff0328e22c112b53c0cd2
Parents: a5b3296
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Jul 11 12:39:34 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Jul 11 18:04:39 2013 +0200

----------------------------------------------------------------------
 camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/64069141/camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java 
b/camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java
index 099b76e..7ee557a 100644
--- a/camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java
+++ b/camel-core/src/main/java/org/apache/camel/util/OgnlHelper.java
@@ -81,10 +81,10 @@ public final class OgnlHelper {
     }
 
     /**
-     * Tests whether or not the given Camel OGNL expression is using the Elvis 
operator or not.
+     * Tests whether or not the given Camel OGNL expression is using the null 
safe operator or not.
      *
      * @param ognlExpression the Camel OGNL expression
-     * @return <tt>true</tt> if the Elvis operator is used, otherwise 
<tt>false</tt>.
+     * @return <tt>true</tt> if the null safe operator is used, otherwise 
<tt>false</tt>.
      */
     public static boolean isNullSafeOperator(String ognlExpression) {
         if (ObjectHelper.isEmpty(ognlExpression)) {

Reply via email to