From ce32eb32e6a600074358a6734c946ee9c302dea0 Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Sun, 8 May 2016 19:33:06 -0500 Subject: [PATCH] Fix errant comment in Marker Demo Activity --- .../src/main/java/com/example/mapdemo/MarkerDemoActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/app/src/main/java/com/example/mapdemo/MarkerDemoActivity.java b/ApiDemos/app/src/main/java/com/example/mapdemo/MarkerDemoActivity.java index 840606df..05581d4e 100644 --- a/ApiDemos/app/src/main/java/com/example/mapdemo/MarkerDemoActivity.java +++ b/ApiDemos/app/src/main/java/com/example/mapdemo/MarkerDemoActivity.java @@ -83,7 +83,7 @@ public class MarkerDemoActivity extends AppCompatActivity implements /** Demonstrates customizing the info window and/or its contents. */ class CustomInfoWindowAdapter implements InfoWindowAdapter { - // These a both viewgroups containing an ImageView with id "badge" and two TextViews with id + // These are both viewgroups containing an ImageView with id "badge" and two TextViews with id // "title" and "snippet". private final View mWindow;