Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Nov 15, 2024
1 parent 5da607d commit 05814f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 05814f1

Please sign in to comment.