Fix: Remove duplicate importUsersFromCSV method with wrong return type

This commit is contained in:
dahoud
2026-01-04 14:47:53 +00:00
parent ffc420d819
commit 15ec24a47c

View File

@@ -449,12 +449,6 @@ public class UserServiceImpl implements UserService {
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 ====================
private void setPassword(String userId, String realmName, String password, boolean temporary) {