From d1a0dbdc3c7f6bb9f1e3fe77b804e76e918ef0b5 Mon Sep 17 00:00:00 2001 From: valdevir Date: Thu, 1 Jun 2023 17:21:02 -0300 Subject: [PATCH] fixes bug #AL-2468 dev:Valdevir qua:Valdevir --- .../ventaboletos/rest/pricing/AlteraPricingRS.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/rest/pricing/AlteraPricingRS.java b/src/java/com/rjconsultores/ventaboletos/rest/pricing/AlteraPricingRS.java index 5d738c57d..da963bd47 100644 --- a/src/java/com/rjconsultores/ventaboletos/rest/pricing/AlteraPricingRS.java +++ b/src/java/com/rjconsultores/ventaboletos/rest/pricing/AlteraPricingRS.java @@ -66,7 +66,7 @@ public class AlteraPricingRS { // @Produces({ MediaType.APPLICATION_JSON }) // @Path("alterarPricing") public Response alterarPricing(ParamsAlterarPricing params) { - String retorno = "Tipo Operaçãoo não identificada"; + String retorno = "Tipo Operação não identificada"; AlteraPricingService service = (AlteraPricingService) AppContext.getApplicationContext().getBean("alteraPricingService"); if(isUsuarioValido()) {