You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/model/Instructor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public ArrayList<AvailableYogaClass> getaA(){ //devuelve la li
39
39
40
40
@Override
41
41
publicStringtoString() {
42
-
returnsuper.toString() + "\n Style: " + style + "\n Available: " + aA.toString(); //para model.Instructor voy a reutilizar el comportamiento que ya está definido para el toString() en su superclase model.User y le añado que también muestre el valor de su atributo propio -> styley fecha con formato sencillo.
42
+
returnsuper.toString() + "\n Style: " + style + "\n Available: " + aA.toString(); //para model.Instructor voy a reutilizar el comportamiento que ya está definido para el toString() en su superclase model.User y le añado que también muestre el valor de su atributo propio -> style y fecha con formato sencillo.
43
43
}
44
44
45
45
/** DESCRIPCIÓN: Este método brinda información acerca de los usuarios Instructor.*/
0 commit comments