Commit fd7dfb4f by jiang'yun

首次提交

parent f69ef323
...@@ -560,6 +560,11 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils ...@@ -560,6 +560,11 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils
{ {
return null; return null;
} }
// else {
// return s;
// }
if (s.indexOf(SEPARATOR) == -1) if (s.indexOf(SEPARATOR) == -1)
{ {
return s; return s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment