Skip to content

Instantly share code, notes, and snippets.

@antonkatz
Created March 20, 2014 22:19
Show Gist options
  • Save antonkatz/9675194 to your computer and use it in GitHub Desktop.
Save antonkatz/9675194 to your computer and use it in GitHub Desktop.
private Set<Feature> features = new TreeSet<SearchRequestFeature>();
//Gives an error "Incompatiable types".
//Even though
public class SearchRequestFeature implements Feature
//WAT?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment