fixes bug #7930
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@66026 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2610b25071
commit
a732b9101d
|
@ -83,7 +83,7 @@ public class RutaServiceImpl implements RutaService {
|
|||
cve = arraySplit[0];
|
||||
descparada = arraySplit[1];
|
||||
} catch (Exception e) {
|
||||
throw new BusinessException("");
|
||||
throw new BusinessException("editarCatalogoDeRutaController.actionCanbiarParada.businessException");
|
||||
}
|
||||
|
||||
if (cve == null || descparada == null)
|
||||
|
|
Loading…
Reference in New Issue