dev@jersey.java.net

com.sun.jersey.core.util.MultivalueMapImpl.getList: should be synchronized?

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Mon, 11 May 2009 12:15:34 -0700

I'm thinking that the MultivalueMapImpl.getList method -- since it
exercises lazy initialization of the list -- should be synchronized.
Make sense?