Skip to content

Instantly share code, notes, and snippets.

@jk
Created January 8, 2013 14:39
Show Gist options
  • Select an option

  • Save jk/4484230 to your computer and use it in GitHub Desktop.

Select an option

Save jk/4484230 to your computer and use it in GitHub Desktop.
public class JobSearchResult extends ArrayList<Job> {
private static final long serialVersionUID = 2542664369364990152L;
private static final JobSearchResult INSTANCE = new JobSearchResult();
public static JobSearchResult getInstance() {
return INSTANCE;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment