Skip to content

Commit

Permalink
Add missing javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
domlimm committed Mar 31, 2024
1 parent a096fea commit 29c0c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/teammates/sqllogic/core/UsersLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,9 @@ private Map<String, User> convertUserListToEmailUserMap(List<? extends User> use
return emailUserMap;
}

/**
* Gets a User by course id and email.
*/
public User getUserByEmail(String courseId, String email) {
assert courseId != null;
assert email != null;
Expand Down

0 comments on commit 29c0c1e

Please sign in to comment.