Author: sebb Date: Wed Dec 9 15:36:32 2015 New Revision: 1718885 URL: http://svn.apache.org/viewvc?rev=1718885&view=rev Log: Overlong line
Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/UnifiedJEXL.java Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/UnifiedJEXL.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/UnifiedJEXL.java?rev=1718885&r1=1718884&r2=1718885&view=diff ============================================================================== --- commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/UnifiedJEXL.java (original) +++ commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/UnifiedJEXL.java Wed Dec 9 15:36:32 2015 @@ -339,7 +339,8 @@ public final class UnifiedJEXL { * <p> * In effect, this binds the result of the immediate sub-expressions evaluation in the * context, allowing to differ evaluation of the remaining (deferred) expression within another context. - * This only has an effect to nested & composite expressions that contain differed & immediate sub-expressions. + * This only has an effect to nested & composite expressions that + * contain differed & immediate sub-expressions. * </p> * <p> * If the underlying JEXL engine is silent, errors will be logged through its logger as warning.