提交 63b0d08b authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Remove unused StringUtils.enclose()

上级 95cd3025
......@@ -387,19 +387,6 @@ public class StringUtils {
return buff.append('}').toString();
}
/**
* Enclose a string with '(' and ')' if this is not yet done.
*
* @param s the string
* @return the enclosed string
*/
public static String enclose(String s) {
if (s.startsWith("(")) {
return s;
}
return "(" + s + ")";
}
/**
* Remove enclosing '(' and ')' if this text is enclosed.
*
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论