RestComm / sbc

Restcomm Session Border Controller
http://www.restcomm.com/
21 stars 27 forks source link

Use HashMap or ConcurrentHashmap or javolution map instead of Hashtable #12

Closed deruelle closed 7 years ago

deruelle commented 7 years ago

as in title

ocarriles commented 7 years ago

Some Hashtables converted to HashMaps. The work is yet in progress. Refactoring will be done

deruelle commented 7 years ago

I still see some Hashtable after the Pull request merge from https://github.com/RestComm/sbc/pull/23.

Let's create separate PR for this issue from now on