diff --git a/server/application-server/src/main/java/de/tum/cit/aet/helios/user/github/GitHubUserSyncService.java b/server/application-server/src/main/java/de/tum/cit/aet/helios/user/github/GitHubUserSyncService.java index a188f7a4..9ab515ed 100644 --- a/server/application-server/src/main/java/de/tum/cit/aet/helios/user/github/GitHubUserSyncService.java +++ b/server/application-server/src/main/java/de/tum/cit/aet/helios/user/github/GitHubUserSyncService.java @@ -55,7 +55,7 @@ private User createAnonymousUser(Long anonId) { * * @param ghUser The GitHub user data to process. * @return The updated or newly created User entity, or {@code null} if an error occurred during - * update. + * update. */ @Transactional(propagation = Propagation.REQUIRES_NEW) public User processUser(GHUser ghUser) {