Skip to content

Commit

Permalink
Update file PrintService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Nov 29, 2023
1 parent 8a26f33 commit d9ae10e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,7 @@ private String getAppellativoBySesso(String sex, String appellativo) {
case "D" : return "Al Dott. ";
case "P" : return "Al Prof. ";
case "PD" : return "Al Prof./Dott. ";
case "E" : return "Egregio Prof./Dott ";
default: return "Al Sig. ";
}
}
Expand All @@ -1945,6 +1946,7 @@ private String getAppellativoBySesso(String sex, String appellativo) {
case "D" : return "Alla Dott.ssa ";
case "P" : return "Alla Prof.ssa ";
case "PD" : return "Alla Prof.ssa/Dott.ssa ";
case "E" : return "Gent.ma Prof.ssa/Dott.ssa ";
default: return "Alla Sig.ra ";
}
}
Expand Down

0 comments on commit d9ae10e

Please sign in to comment.