Skip to content

Commit f704e9f

Browse files
Victoria LeaseAndroid (Google) Code Review
authored andcommitted
Merge "revise android.location.Geofence documentation" into jb-mr1-dev
2 parents acf5943 + b17223b commit f704e9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

location/java/android/location/Geofence.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
/**
2323
* Represents a geographical boundary, also known as a geofence.
2424
*
25-
* <p>Currently only circular geofences are supported, but this object
26-
* is opaque so could be used in the future to represent polygons or other
27-
* shapes.
25+
* <p>Currently only circular geofences are supported.
2826
*/
2927
public final class Geofence implements Parcelable {
3028
/** @hide */

0 commit comments

Comments
 (0)