Files
spring-data-commons/src/main/java/org/springframework/data/geo
Oliver Gierke 4c5012f637 DATACMNS-437 - Polishing of newly introduced geo value objects.
Polished JavaDoc. Simplified equals(…) and hashCode() methods where possible. Added additional null checks where appropriate. Removed obsolete generics in Polygon and switched to an immutable collection for the Points making up the Polygon. Added missing toString() method to Polygon.
Added test cases for String representations.

Related pull request: #68.
2014-03-07 10:22:37 +01:00
..