기대 결과
someList.get(0).getSomething() : something
someList.get(1).getSomething() : something2
실제 결과
someList.get(0).getSomething() : something2
someList.get(1).getSomething() : something2
기대 결과
someList.get(0).getSomething() : something
someList.get(1).getSomething() : something2
실제 결과
someList.get(0).getSomething() : something
someList.get(1).getSomething() : something2
'삽질' 카테고리의 다른 글
[2019-03-25] apache keep no slash and response http status 200 (0) | 2019.03.25 |
---|---|
[2018-11-12] logback 로그 레벨을 변경했는데 톰캣 서버가 재기동 됨 (0) | 2018.11.12 |
[2018-08-29] Spring Transaction rollback 이 안됨 (1) | 2018.08.29 |
cannot read property 'something' of undefined...... (0) | 2015.01.28 |
페이스북, 트위터 콜백 (0) | 2014.11.11 |