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,