aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/IBasicCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove JavaDoc @author tag.SammysHP2012-05-231-5/+0
| | | Files are edited by many people, also all editors are visible in the log.
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-111-1/+1
| | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them.
* refactoring: reduce boxing/unboxing crazinessBananeweizen2011-12-031-2/+2
|
* Use of CacheType instead of Stringblafoo2011-11-181-1/+1
|
* No direct access to fieldsblafoo2011-10-261-0/+51