From 3026441c51f5a9c50ef44e869b80247727e806b3 Mon Sep 17 00:00:00 2001 From: bspeice Date: Fri, 29 Nov 2013 11:34:13 -0500 Subject: [PATCH] LotViewFragment documentation --- .../gameday/activities/parking/LotViewFragment.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/com/uncc/gameday/activities/parking/LotViewFragment.java b/src/com/uncc/gameday/activities/parking/LotViewFragment.java index 6a91faf..fe5064a 100644 --- a/src/com/uncc/gameday/activities/parking/LotViewFragment.java +++ b/src/com/uncc/gameday/activities/parking/LotViewFragment.java @@ -23,7 +23,7 @@ import com.uncc.gameday.parking.RatingChoices; */ public class LotViewFragment extends DialogFragment { - /** The pc. */ + /** The ParkingChoice that we are viewing */ ParkingChoice pc; /** @@ -33,9 +33,11 @@ public class LotViewFragment extends DialogFragment { } /** - * Initialize data. + * Initialize the data when the fragment is started. + * Specifically, set up the MapView to display, and fetch + * other information about the parking lot. * - * @param pc the pc + * @param pc - The Parking lot we need to get information for */ private void initializeData(ParkingChoice pc){ ParkingClient client = new ParkingClient(this.getActivity()); @@ -75,7 +77,7 @@ public class LotViewFragment extends DialogFragment { } /** - * On submit rating. + * Send a parking lot rating to the server */ public void onSubmitRating() { // Submit a rating to the server