Guest User

Untitled

a guest
Apr 24th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if(dom.isEmpty())
  2. {
  3. System.debug('Domain is not available');
  4. return true;
  5.  
  6. }
  7. else
  8. {
  9. System.debug('Domain is available');
  10. return false;
  11.  
  12. }
  13. }
Add Comment
Please, Sign In to add comment