From 05814f1c4042f4f263a7a8c9b4c6e9ac7be953b0 Mon Sep 17 00:00:00 2001 From: CollinBeczak Date: Tue, 6 Aug 2024 14:41:19 -0500 Subject: [PATCH] update descriptions --- .../framework/repository/TaskClusterRepository.scala | 2 +- app/org/maproulette/framework/service/TaskClusterService.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/org/maproulette/framework/repository/TaskClusterRepository.scala b/app/org/maproulette/framework/repository/TaskClusterRepository.scala index 69dd6141..a52269c6 100644 --- a/app/org/maproulette/framework/repository/TaskClusterRepository.scala +++ b/app/org/maproulette/framework/repository/TaskClusterRepository.scala @@ -175,7 +175,7 @@ class TaskClusterRepository @Inject() (override val db: Database, challengeDAL: * * @param query Query to execute * @param c An available connection - * @return The list of Tasks found within the bounding box and the total count of tasks if not bounding + * @return The list of Tasks found within the bounding box */ def queryTaskMarkerDataInBoundingBox( query: Query, diff --git a/app/org/maproulette/framework/service/TaskClusterService.scala b/app/org/maproulette/framework/service/TaskClusterService.scala index c9378745..a49434f8 100644 --- a/app/org/maproulette/framework/service/TaskClusterService.scala +++ b/app/org/maproulette/framework/service/TaskClusterService.scala @@ -129,7 +129,7 @@ class TaskClusterService @Inject() (repository: TaskClusterRepository) * * @param params The search parameters from the cookie or the query string parameters. * @param ignoreLocked Whether to include locked tasks (by other users) or not - * @return The list of Tasks found within the bounding box and the total count of tasks if not bounding + * @return The list of Tasks found within the bounding box */ def getTaskMarkerDataInBoundingBox( user: User,