Back to project page Spidermine.
The source code is released under:
Copyright ? 2014 PEMapModder This software is open-source and everyone is welcome to share redistributions or modifications, as long as it is clearly specified that this project's original source is ...
If you think the Android project Spidermine listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package pemapmodder.old_spidermine.managers; //from w w w.jav a2s. com import pemapmodder.old_spidermine.objects.User; public class UserManager implements Manager<User, String> { @Override public User get(String id) { // TODO Auto-generated method stub return null; } }