Created
January 8, 2013 14:39
-
-
Save jk/4484230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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