Skip to content

Commit ea415f9

Browse files
authored
Update Main.java
1 parent d1a0d10 commit ea415f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public static void main(String[] args) {
210210
}
211211
} else {
212212
// Si solo hay uno, edita directamente el apicultor.
213-
editarApicultor(apicultoresConNombre.get(0), apicultores);
213+
editarApicultor(apicultoresConNombre.getFirst(), apicultores);
214214
}
215215
}
216216
}

0 commit comments

Comments
 (0)