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

Skip to content
Snippets Groups Projects
Commit 7a771a0a authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Some Cleanup of test data

parent 78256696
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -22,10 +22,6 @@ public class UserDetailsFetcher { ...@@ -22,10 +22,6 @@ public class UserDetailsFetcher {
private static final Logger logger = LogManager.getLogger(UserDetailsFetcher.class); private static final Logger logger = LogManager.getLogger(UserDetailsFetcher.class);
private static final TestMetaDataGenerator testMetaDataGenerator = new TestMetaDataGenerator();
/** fills in data from OIDC repository. /** fills in data from OIDC repository.
* returns true, if user data really changed **/ * returns true, if user data really changed **/
public boolean updateUserDetails(UserDTO u, OidcUser oidcUser, OAuth2LoginAuthenticationToken oAuth2LoginAuthenticationToken) { public boolean updateUserDetails(UserDTO u, OidcUser oidcUser, OAuth2LoginAuthenticationToken oAuth2LoginAuthenticationToken) {
......
package at.ac.uibk.gitsearch.security.oauth2; package at.ac.uibk.gitsearch.repository.gitlab;
import java.util.Base64; import java.util.Base64;
import java.util.List; import java.util.List;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment