未验证 提交 6676f45c 编写于 作者: 小傅哥 提交者: GitHub

Update StarterService.java

上级 5d266a81
......@@ -17,7 +17,7 @@ public class StarterService {
}
public String[] split(String separatorChar) {
return StringUtils.split(this.userStr, separatorChar);
return this.userStr.split(separatorChar);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册