Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
206
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 FindMovie {
  2. private void findMovie(long boolean find) {
  3. if (!find) {
  4. return;
  5. }
  6. getGoodMovie();
  7. }
  8. private void getGoodMovie() {
  9. if(hasPorn == true && hasLotsOfHoes == true && isNotGay == true){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement