Skip to content

Commit

Permalink
[PRDP-168] Fixed codiceAvviso const type
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Oct 16, 2023
1 parent 552efc4 commit aaa7b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

public class BizEventToPdfMapper {

private static final String REF_TYPE_NOTICE = "CODICE AVVISO";
private static final String REF_TYPE_NOTICE = "codiceAvviso";
private static final String REF_TYPE_IUV = "IUV";

/**
Expand Down

0 comments on commit aaa7b6f

Please sign in to comment.