Skip to content

Commit

Permalink
Smiley linux
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBeauchet committed Mar 18, 2021
1 parent 7d021bd commit 2f45f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/main/java/Model/Utils/Affichage.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ public static String etage(Etage etage){
return sb.toString();
}

public static void SysRooms(Etage etage){
for (Room r : etage.getRooms()){
System.out.println(r);
}
}

public static void Rooms_Color(Etage etage){
int acc=0;
for (int k = 0; k < etage.getRooms().size(); k++) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Model/Utils/Procedure.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public String toString() {
return "\uD83D\uDC7B";
}
else{
return Affichage.GREEN+Affichage.BOLD+"W";
return Affichage.PURPLE+Affichage.BOLD+"W";
}
}
};
Expand Down

0 comments on commit 2f45f8c

Please sign in to comment.