Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.                 }else if(line.charAt(index+1) == '?' && line.charAt(index+2) == '?' && line.charAt(index+3) == '?'  && line.charAt(index+4) == '?'  &&line.charAt(index+5) == ')' ){
  2.                     StringBuffer sb = new StringBuffer(line);
  3.                     result = sb.insert(index,",").toString();
  4.                     break;
  5.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement