This is an automated email from the ASF dual-hosted git repository.

aicam pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e41ff7800 chore: change function name listUserWithActivity to list in 
AdminUserResource (#3704)
6e41ff7800 is described below

commit 6e41ff7800439095c5457f408679fd62fabb0f80
Author: Jaeyun Kim <[email protected]>
AuthorDate: Wed Aug 27 11:50:22 2025 -0700

    chore: change function name listUserWithActivity to list in 
AdminUserResource (#3704)
---
 .../texera/web/resource/dashboard/admin/user/AdminUserResource.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/admin/user/AdminUserResource.scala
 
b/core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/admin/user/AdminUserResource.scala
index f1ff3c509a..844bb26808 100644
--- 
a/core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/admin/user/AdminUserResource.scala
+++ 
b/core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/admin/user/AdminUserResource.scala
@@ -66,7 +66,7 @@ class AdminUserResource {
   @GET
   @Path("/list")
   @Produces(Array(MediaType.APPLICATION_JSON))
-  def listUserWithActivity(): util.List[UserInfo] = {
+  def list(): util.List[UserInfo] = {
     AdminUserResource.context
       .select(
         USER.UID,

Reply via email to