提交 2e7b0e37 编写于 作者: A Andy Clement

fixing TODOs

上级 3d54bd5a
...@@ -17,15 +17,14 @@ package org.springframework.expression.spel.ast; ...@@ -17,15 +17,14 @@ package org.springframework.expression.spel.ast;
import org.antlr.runtime.Token; import org.antlr.runtime.Token;
import org.springframework.expression.EvaluationException; import org.springframework.expression.EvaluationException;
import org.springframework.expression.spel.SpelException;
import org.springframework.expression.spel.ExpressionState; import org.springframework.expression.spel.ExpressionState;
import org.springframework.expression.spel.SpelException;
// TODO is the operator 'distanceto' any use...?
/** /**
* The distanceto operator uses an implementation of the levenshtein distance measurement for determining the 'edit * The distanceto operator uses an implementation of the levenshtein distance measurement for determining the 'edit
* distance' between two strings (the two operands to distanceto). http://en.wikipedia.org/wiki/Levenshtein_distance * distance' between two strings (the two operands to distanceto). http://en.wikipedia.org/wiki/Levenshtein_distance
* @author Andy Clement
* *
* @author Andy Clement
*/ */
public class OperatorDistanceTo extends Operator { public class OperatorDistanceTo extends Operator {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册