Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Last active December 7, 2015 21:16
Show Gist options
  • Save HDBandit/84fefb4905410e1fc12b to your computer and use it in GitHub Desktop.
Save HDBandit/84fefb4905410e1fc12b to your computer and use it in GitHub Desktop.
if(car != null){
AudioSystem as = car.getAudioSystem();
if(as != null && "Pionner".equals(as.getBrand()){
System.out.println("ok");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment