Skip to content

Commit

Permalink
added flag spain
Browse files Browse the repository at this point in the history
  • Loading branch information
daniquemont committed Jun 28, 2024
1 parent 67e4a98 commit 1ac8079
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public List<Color> getFlagColors(Nationality nationality) {
case LUXEMBOURG:
result = Arrays.asList(Color.RED, Color.BLUE, Color.LIGHTBLUE);
break;
case SPAIN:
result = Arrays.asList(Color.RED, Color.YELLOW, Color.RED);
break;
case UNCLASSIFIED:
default:
result = Arrays.asList(Color.GRAY);
Expand Down

0 comments on commit 1ac8079

Please sign in to comment.