Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Facchinello committed Sep 11, 2024
1 parent 4e75916 commit 7b8f935
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface AgrupamentoDeLpcosComLiVinculadaApi {
public interface AgrupamentoDeLpcOsComLiVinculadaApi {

/**
* Altera os LPCOs que fazer parte de um agrupamento.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface CadastroEdioEConsultasDeLpcosApi {
public interface CadastroEdioEConsultasDeLpcOsApi {

/**
* Alterar um pedido de LPCO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface CompatibilizaoDeProdutosDeLpcosApi {
public interface CompatibilizaoDeProdutosDeLpcOsApi {

/**
* Aceitar solicitação de compatibilização de LPCO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface ExignciasDeLpcosApi {
public interface ExignciasDeLpcOsApi {

/**
* Cancelar uma exigência de LPCO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface ModelosETemplatesDeLpcosApi {
public interface ModelosETemplatesDeLpcOsApi {

/**
* Consultar lista de modelos de LPCO de um órgão anuente.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface ProrrogaesDeLpcosApi {
public interface ProrrogaesDeLpcOsApi {

/**
* Aceitar solicitação de prorrogação de LPCO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
@Path("/")
@Api(value = "/", description = "")
public interface RetificaesDeLpcosApi {
public interface RetificaesDeLpcOsApi {

/**
* Aceitar solicitação de retificação de LPCO.
Expand Down

0 comments on commit 7b8f935

Please sign in to comment.