提交 e3ee06b8 编写于 作者: X xvrl

Merge pull request #620 from metamx/more-tostring

add toString method for JavascriptDimExtractionFn
......@@ -98,4 +98,12 @@ public class JavascriptDimExtractionFn implements DimExtractionFn
{
return false;
}
@Override
public String toString()
{
return "JavascriptDimExtractionFn{" +
"function='" + function + '\'' +
'}';
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册