By using LinkedHashMap we ensure that when iterating the map, it will get the items in the same order that items were added (avoiding unit test error on RequestMapTest line 29 and line 39) #18
By using LinkedHashMap we ensure that when iterating the map, it will get the items in the same order that items were added (avoiding unit test error on RequestMapTest line 29 and line 39)
By using LinkedHashMap we ensure that when iterating the map, it will get the items in the same order that items were added (avoiding unit test error on RequestMapTest line 29 and line 39)