This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Easy Access to ReadMe.md (and potentially other files)"

Files
2
@@ -22,10 +22,6 @@ public class UserDetailsFetcher {
private static final Logger logger = LogManager.getLogger(UserDetailsFetcher.class);
private static final TestMetaDataGenerator testMetaDataGenerator = new TestMetaDataGenerator();
/** fills in data from OIDC repository.
* returns true, if user data really changed **/
public boolean updateUserDetails(UserDTO u, OidcUser oidcUser, OAuth2LoginAuthenticationToken oAuth2LoginAuthenticationToken) {