Skip to content

Instantly share code, notes, and snippets.

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