Skip to content

Commit

Permalink
NOJIRA Generate elemets comment split, @deprecated comment-lang3 (sak…
Browse files Browse the repository at this point in the history
  • Loading branch information
axxter99 authored and ern committed Mar 14, 2017
1 parent a0f4caa commit 5c5a5a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
public class StringUtil
{
/**
* Like jdk1.4's String.split...
* @param source
* @param splitter
* @return
* @deprecated use commons-lang3 StringUtils.split
*/
public static String[] split(String source, String splitter)
{
Expand Down

0 comments on commit 5c5a5a7

Please sign in to comment.