Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cs.setSpl(true);
  2.  
  3.  
  4.  
  5.  
  6. public void setSpl(boolean spl) {
  7. this.spl1 = spl;
  8. }
  9.  
  10. public boolean isSpl() {
  11. System.out.println(spl1);
  12. return spl1;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement