From 182755989f0cf50e42506290cb737fa283cf06ff Mon Sep 17 00:00:00 2001 From: Evan Charlton Date: Wed, 23 Sep 2015 09:37:11 -0700 Subject: [PATCH] Don't split the href across lines This introduces untrimmed whitespace into the URL which causes an infinite redirect loop when trying to load /Geofence.Builder.%20%20%20%20.html Bug: 20851763 Change-Id: I3dc670dc30e57f76403d1eeaf3a4ce50406b9d91 --- docs/html/training/location/geofencing.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/training/location/geofencing.jd b/docs/html/training/location/geofencing.jd index 59fc4c665a53f..556329cb1f7ee 100644 --- a/docs/html/training/location/geofencing.jd +++ b/docs/html/training/location/geofencing.jd @@ -100,8 +100,8 @@ srcset="{@docRoot}images/training/geofence.png 1x, {@docRoot}images/training/geo

Create geofence objects

- First, use Geofence.Builder to create a geofence, setting the desired radius, duration, and + First, use + Geofence.Builder to create a geofence, setting the desired radius, duration, and transition types for the geofence. For example, to populate a list object named {@code mGeofenceList}: