Fix: Remove duplicate importUsersFromCSV method with wrong return type
This commit is contained in:
@@ -449,12 +449,6 @@ public class UserServiceImpl implements UserService {
|
|||||||
throw new UnsupportedOperationException("Export CSV non implémenté");
|
throw new UnsupportedOperationException("Export CSV non implémenté");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public int importUsersFromCSV(@NotBlank String csvContent, @NotBlank String realmName) {
|
|
||||||
// TODO: Implémenter l'import CSV
|
|
||||||
throw new UnsupportedOperationException("Import CSV non implémenté");
|
|
||||||
}
|
|
||||||
|
|
||||||
// ==================== Méthodes privées ====================
|
// ==================== Méthodes privées ====================
|
||||||
|
|
||||||
private void setPassword(String userId, String realmName, String password, boolean temporary) {
|
private void setPassword(String userId, String realmName, String password, boolean temporary) {
|
||||||
|
|||||||
Reference in New Issue
Block a user