Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. if ((from != null) && !from.equals("") && (to != null) && !to.equals("")) {
  2.             val = true;
  3.         } else {
  4.             val = false;
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement