summaryrefslogtreecommitdiff
path: root/src/com/google/common/geometry/S2LatLngRect.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/google/common/geometry/S2LatLngRect.java')
-rw-r--r--src/com/google/common/geometry/S2LatLngRect.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/google/common/geometry/S2LatLngRect.java b/src/com/google/common/geometry/S2LatLngRect.java
index fae637b..87aee3d 100644
--- a/src/com/google/common/geometry/S2LatLngRect.java
+++ b/src/com/google/common/geometry/S2LatLngRect.java
@@ -23,7 +23,7 @@ import com.google.common.base.Preconditions;
*
*/
-public final strictfp class S2LatLngRect implements S2Region {
+public strictfp class S2LatLngRect implements S2Region {
private final R1Interval lat;
private final S1Interval lng;