Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class MyUtils{
  2.  
  3. public static modifyString(String str){
  4.  
  5. return someString;
  6. }
  7.  
  8. public MyObject parseString(String xml){
  9. //parse xml
  10. return obj;l
  11. }
  12. }
  13.  
  14. MyUtils.modifyString("Some string data");
Add Comment
Please, Sign In to add comment