mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 12:56:51 +00:00
fixed typos
This commit is contained in:
parent
5a0132c0c7
commit
49fed9836e
@ -75,9 +75,9 @@ object ConnectorBuilderUtil {
|
||||
val currentTime = APIUtil.DateWithSecondsFormat.format(new Date())
|
||||
val insertCode =
|
||||
s"""$start
|
||||
|// ---------- create on $currentTime
|
||||
|// ---------- created on $currentTime
|
||||
|${codeList.mkString}
|
||||
|// ---------- create on $currentTime
|
||||
|// ---------- created on $currentTime
|
||||
|$end """.stripMargin
|
||||
val newSource = source.replaceFirst(placeHolderInSource, insertCode)
|
||||
FileUtils.writeStringToFile(path, newSource, "utf-8")
|
||||
|
||||
@ -334,7 +334,7 @@ object AkkaConnector_vDec2018 extends Connector with AkkaConnectorActorInit {
|
||||
|
||||
|
||||
//---------------- dynamic start -------------------please don't modify this line
|
||||
// ---------- create on 2020-06-17T14:19:04Z
|
||||
// ---------- created on 2020-06-17T14:19:04Z
|
||||
|
||||
messageDocs += getChallengeThresholdDoc
|
||||
def getChallengeThresholdDoc = MessageDoc(
|
||||
@ -5429,6 +5429,6 @@ object AkkaConnector_vDec2018 extends Connector with AkkaConnectorActorInit {
|
||||
response.map(convertToTuple[Boolean](callContext))
|
||||
}
|
||||
|
||||
// ---------- create on 2020-06-17T14:19:04Z
|
||||
// ---------- created on 2020-06-17T14:19:04Z
|
||||
//---------------- dynamic end ---------------------please don't modify this line
|
||||
}
|
||||
|
||||
@ -92,7 +92,7 @@ trait RestConnector_vMar2019 extends Connector with KafkaHelper with MdcLoggable
|
||||
|
||||
|
||||
//---------------- dynamic start -------------------please don't modify this line
|
||||
// ---------- create on Tue Sep 03 17:49:04 CEST 2019
|
||||
// ---------- created on Tue Sep 03 17:49:04 CEST 2019
|
||||
|
||||
messageDocs += getAdapterInfoDoc
|
||||
def getAdapterInfoDoc = MessageDoc(
|
||||
|
||||
@ -73,7 +73,7 @@ trait StoredProcedureConnector_vDec2019 extends Connector with MdcLoggable {
|
||||
val connectorName = "stored_procedure_vDec2019"
|
||||
|
||||
//---------------- dynamic start -------------------please don't modify this line
|
||||
// ---------- create on 2020-06-19T17:24:19Z
|
||||
// ---------- created on 2020-06-19T17:24:19Z
|
||||
|
||||
messageDocs += getAdapterInfoDoc
|
||||
def getAdapterInfoDoc = MessageDoc(
|
||||
@ -5649,7 +5649,7 @@ trait StoredProcedureConnector_vDec2019 extends Connector with MdcLoggable {
|
||||
response.map(convertToTuple[Boolean](callContext))
|
||||
}
|
||||
|
||||
// ---------- create on 2020-06-19T17:24:19Z
|
||||
// ---------- created on 2020-06-19T17:24:19Z
|
||||
//---------------- dynamic end ---------------------please don't modify this line
|
||||
|
||||
private val availableOperation = DynamicEntityOperation.values.map(it => s""""$it"""").mkString("[", ", ", "]")
|
||||
|
||||
@ -86,7 +86,7 @@ trait KafkaMappedConnector_vMay2019 extends Connector with KafkaHelper with MdcL
|
||||
|
||||
|
||||
//---------------- dynamic start -------------------please don't modify this line
|
||||
// ---------- create on Mon Jan 20 22:01:14 CET 2020
|
||||
// ---------- created on Mon Jan 20 22:01:14 CET 2020
|
||||
|
||||
messageDocs += MessageDoc(
|
||||
process = s"obp.${nameOf(getAdapterInfo _)}",
|
||||
|
||||
@ -3078,7 +3078,7 @@ trait KafkaMappedConnector_vSept2018 extends Connector with KafkaHelper with Mdc
|
||||
|
||||
|
||||
//---------------- dynamic start -------------------please don't modify this line
|
||||
// ---------- create on Mon May 13 22:38:20 CST 2019
|
||||
// ---------- created on Mon May 13 22:38:20 CST 2019
|
||||
|
||||
messageDocs += MessageDoc(
|
||||
process = "obp.createBankAccount",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
### Most recent changes at top of file
|
||||
```
|
||||
Date Commit Action
|
||||
19/06/2020 ea819aab Added props: refresh user.interval. default is 30 minutes, which means one month.
|
||||
19/06/2020 ea819aab Added props: refresh user.interval. default is 30 minutes.
|
||||
This props will set the interval for the internal refresh user process.
|
||||
29/04/2020 75925d8c Added props: allow_pre_filled_password. in Sign Up page the default password form filed is ****
|
||||
This props can set the filed to empty .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user