Skip to content

Commit 1bc1d9c

Browse files
Moritz NeunMichael Bolin
authored andcommitted
Needing owners approval for removing final keyword from S2LatLngRect in order to
fix broken build (http://test/ui#p=geo.gt) of java/com/google/geo/gt/geometry/GTLatLngRect.java (introduced by CL 24952612) Tested: javatests/com/google/common/geometry:all ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24955423
1 parent 0095e3d commit 1bc1d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/google/common/geometry/S2LatLngRect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
*/
2525

26-
public final strictfp class S2LatLngRect implements S2Region {
26+
public strictfp class S2LatLngRect implements S2Region {
2727

2828
private final R1Interval lat;
2929
private final S1Interval lng;

0 commit comments

Comments
 (0)