svn commit: r1397069 - in /sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection: CheckedArrayList.java CheckedHashMap.java CheckedHashSet.java SynchronizedIterator.java

2012-10-11 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 11 14:21:01 2012 New Revision: 1397069 URL: http://svn.apache.org/viewvc?rev=1397069view=rev Log: Ported the checked collection classes, which are going to be needed by the metadata module. Those classes provide hooks for controlling write access and

svn commit: r1397090 - /sis/branches/JDK7/sis-metadata/src/main/java/org/apache/sis/metadata/ModifiableMetadata.java

2012-10-11 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 11 14:46:17 2012 New Revision: 1397090 URL: http://svn.apache.org/viewvc?rev=1397090view=rev Log: Leverage the checked collections in the base class of all metadata implementations. Modified: