Changes in this commit seem to be the result of some "auto reformat" tool execution. The Java - GeoAPI - GeoTools import ordering is altered, imports used only in Javadoc are lost and the encoding of non-ASCII characters is broken. This commit has been reverted, except for the removal of really unused imports which are kept removed.
Command line:
svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r10795:10796 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/citation/SeriesImpl.java
Revision 10795 | Revision 10796 |
---|---|
package org.geotools.metadata.citation; // OpenGIS dependencies import org.opengis.util.InternationalString; // Geotools dependencies import org.geotools.util.SimpleInternationalString; import org.geotools.metadata.MetadataEntity; import org.geotools.resources.Utilities; /** |
package org.geotools.metadata.citation; // OpenGIS dependencies import org.geotools.metadata.MetadataEntity; import org.geotools.resources.Utilities; import org.geotools.util.SimpleInternationalString; import org.opengis.util.InternationalString; /** |