From ad93d9155b8b3ae6a2cb5db9c058d4d3f6ab64f9 Mon Sep 17 00:00:00 2001 From: hongwei Date: Thu, 9 Jan 2020 15:55:45 +0100 Subject: [PATCH] tweaked the deprecated message --- .../com/openbankproject/commons/model/BankingModel.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obp-commons/src/main/scala/com/openbankproject/commons/model/BankingModel.scala b/obp-commons/src/main/scala/com/openbankproject/commons/model/BankingModel.scala index d46dae034..371d79283 100644 --- a/obp-commons/src/main/scala/com/openbankproject/commons/model/BankingModel.scala +++ b/obp-commons/src/main/scala/com/openbankproject/commons/model/BankingModel.scala @@ -180,16 +180,16 @@ trait BankAccount{ def currency : String def name : String // Is this used? def label : String - @deprecated("Used the accountRoutings instead") + @deprecated("We should use accountRoutings instead") def iban : Option[String] def number : String def bankId : BankId //It means last transaction refresh date only used for HBCI now. def lastUpdate : Date def branchId: String - @deprecated("Used the accountRoutings instead") + @deprecated("We should use accountRoutings instead") def accountRoutingScheme: String - @deprecated("Used the accountRoutings instead") + @deprecated("We should use accountRoutings instead") def accountRoutingAddress: String def accountRoutings: List[AccountRouting] // Introduced in v3.0.0 def accountRules: List[AccountRule]