From f398e1a8f7d8da128245432664595b14b9eb7ee1 Mon Sep 17 00:00:00 2001 From: Manoel Campos Date: Mon, 8 Apr 2024 15:32:05 -0300 Subject: [PATCH] Update README.adoc --- .../retorno-boleto-template-strategy/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comportamentais/02-template-method/retorno-boleto-template-strategy/README.adoc b/comportamentais/02-template-method/retorno-boleto-template-strategy/README.adoc index 98b701a9d..205ad9cd7 100755 --- a/comportamentais/02-template-method/retorno-boleto-template-strategy/README.adoc +++ b/comportamentais/02-template-method/retorno-boleto-template-strategy/README.adoc @@ -12,7 +12,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] -= Leitura de arquivos de retorno de boletos bancários utilizando os Padrões Template Method e Strategy (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/template-method/retorno-boleto-template-and-strategy[zip]) += Leitura de arquivos de retorno de boletos bancários utilizando os Padrões Template Method e Strategy (link:https://kinolien.github.io/gitzip/?download=/manoelcampos/padroes-projetos/tree/master/comportamentais/02-template-method/retorno-boleto-template-and-strategy[zip]) Esta é a implementação da leitura de arquivos de retorno de boletos bancários utilizando o padrão Strategy em conjunto com Template Method. Veja a modelagem a seguir.