Skip to content

Commit

Permalink
suppression méthode inutilisée
Browse files Browse the repository at this point in the history
  • Loading branch information
vzwingma committed Sep 23, 2024
1 parent f409ec6 commit 44fbf58
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,22 +207,10 @@ private Uni<BudgetMensuel> chargerBudgetMensuelSurCompteInactif(CompteBancaire c
}


/**
* Chargement des budgets du compte
*
* @param compteBancaire compte bancaire
* @return budgets mensuels chargés à partir des données précédentes
*/
private Multi<BudgetMensuel> chargerBudgetsMensuelsSurCompte(CompteBancaire compteBancaire) {
LOGGER.debug(" Chargement des budgets du compte");
// Chargement du budget précédent
return this.dataOperationsProvider.chargeBudgetsMensuels(compteBancaire.getId());
}
/************************************
* CALCULS
***********************************/


/**
* Recalcul du solde à la fin du mois précédent
*
Expand Down

0 comments on commit 44fbf58

Please sign in to comment.