Skip to content

Instantly share code, notes, and snippets.

@dwelch2344
Created June 28, 2012 03:18
Show Gist options
  • Save dwelch2344/3008730 to your computer and use it in GitHub Desktop.
Save dwelch2344/3008730 to your computer and use it in GitHub Desktop.
public class Model {
private final List<String> entries = new ArrayList<String>();
public List<String> getEntries(){
return new ArrayList<String>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment