[Geoserver-devel] MetadataMap.remove(String key) not supported

Is there a reason for MetadataMap.remove(String key) doing nothing
instead of removing the specified key from the subject map?

If not, can I just update it as:
public Serializable remove(Object key) {
        return map.remove(key);
}

Cheers,
Gabriel
--
Gabriel Roldan
groldan@anonymised.com
Expert service straight from the developers

Not that I know of. Go ahead.

On Mon, Mar 28, 2011 at 10:39 AM, Gabriel Roldán <groldan@anonymised.com> wrote:

Is there a reason for MetadataMap.remove(String key) doing nothing
instead of removing the specified key from the subject map?

If not, can I just update it as:
public Serializable remove(Object key) {
return map.remove(key);
}

Cheers,
Gabriel

Gabriel Roldan
groldan@anonymised.com
Expert service straight from the developers


Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and publish
your website. http://p.sf.net/sfu/ms-webmatrix-sf


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.