Skip to content

Commit 9be600d

Browse files
authored
Fix: AbejaReina.java
1 parent 20ffbe1 commit 9be600d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Colmena/AbejaReina.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public AbejaReina(int edad, String estadoSalud, double productividad) {
1212

1313
public String getInfo() {
1414
return super.getInfo() + String.format("""
15-
👑 Abeja Reina
1615
🕰️ Edad: %d años
1716
🍯 Productividad: %.2f kg de miel
1817
""", edad, productividad);

0 commit comments

Comments
 (0)