@@ -46,14 +46,8 @@ public String toString() {
46
46
*/
47
47
public String getStringToSaveInFile () {
48
48
49
- /*return id + "," + name + "," + coordinates.getX() + "," + coordinates.getY() + "," + getStringDate()
50
- + "," + numberOfParticipants + "," + albumsCount + "," + description + "," + genre
51
- + "," + frontMan.getName() + "," + height + "," + eyeColor
52
- + "," + frontMan.getHairColor() + "," + frontMan.getNationality()
53
- + "," + frontMan.getLocation().getX() + "," + frontMan.getLocation().getY() + ","
54
- + frontMan.getLocation().getZ();*/
55
- return String .format ("%s,%s,%s,%s,%s,%s,%s,%s,%s" , id ,name ,coordinates .getStringToSaveInFile (),getStringDate (), numberOfParticipants ,
56
- albumsCount ,description ,genre ,frontMan .getStringToSaveInFile ());
49
+ return String .format ("%s,%s,%s,%s,%s,%s,%s,%s,%s" , id , name , coordinates .getStringToSaveInFile (), getStringDate (), numberOfParticipants ,
50
+ albumsCount , description , genre , frontMan .getStringToSaveInFile ());
57
51
}
58
52
59
53
/**
0 commit comments