package org.apache.xmlrpc;
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
> I had a need to use Java2 collections so I changed two
> classes (webserver.java and xmlwriter.java). The
> changes were fairly trivial - I switched to using
> interfaces where possible, so it wouldn't break
> existing 1.1 code (eg. Hashtable and Hashmap both
> i
Hi everyone,
I had a need to use Java2 collections so I changed two
classes (webserver.java and xmlwriter.java). The
changes were fairly trivial - I switched to using
interfaces where possible, so it wouldn't break
existing 1.1 code (eg. Hashtable and Hashmap both
implement Map) also