From 982fda1d8d3abec5066d4d6de9692773eaf65c60 Mon Sep 17 00:00:00 2001 From: Ifeoluwa Andrew Omole Date: Thu, 30 Jan 2025 13:45:14 +0100 Subject: [PATCH] Explore: Format javadocs --- .../fr/free/nrw/commons/explore/map/ExploreMapFragment.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/fr/free/nrw/commons/explore/map/ExploreMapFragment.java b/app/src/main/java/fr/free/nrw/commons/explore/map/ExploreMapFragment.java index ddd70e480..e64b96190 100644 --- a/app/src/main/java/fr/free/nrw/commons/explore/map/ExploreMapFragment.java +++ b/app/src/main/java/fr/free/nrw/commons/explore/map/ExploreMapFragment.java @@ -394,9 +394,9 @@ public class ExploreMapFragment extends CommonsDaggerSupportFragment } /** - * a) Creates bottom sheet behaviours from bottom sheet, sets initial states and visibility b) - * Gets the touch event on the map to perform following actions: if bottom sheet details are - * expanded or collapsed hide the bottom sheet details. + * a) Creates bottom sheet behaviours from bottom sheet, sets initial states and visibility + * b) Gets the touch event on the map to perform following actions: + * if bottom sheet details are expanded or collapsed hide the bottom sheet details. */ @SuppressLint("ClickableViewAccessibility") private void initBottomSheets() {