We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246567d commit ce7e51aCopy full SHA for ce7e51a
1 file changed
lesson/lesson05.md
@@ -3,6 +3,7 @@
3
4
##  [Разбор Домашнего Задания-4](https://drive.google.com/open?id=0B_4NpoQW1xfpN2J2bmxyV3dXME0)
5
[см. коммит lesson05 HW04](https://github.com/JavaWebinar/basejava/tree/4127131819b6385602017f59ca1269c8638ec892)
6
+
7
в коммите ошибка, в методе `AbstractArrayStorageTest.saveOverflow` цикл идет до `STORAGE_LIMIT + 1` включительно, надо до `STORAGE_LIMIT`
8
9
##  [Контейнеры/коллекции.](https://drive.google.com/file/d/0B_4NpoQW1xfpc21aYXY4WW9CMHc)
0 commit comments