Does not apply to SIS since we do not use the SVN $Id$
property.
Command line:
svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r6274:6275 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/test/java/org/geotools/referencing/FactoriesTest.java
Revision 6274 | Revision 6275 |
---|---|
/**
* Test the creation of {@link CoordinateSystem} objects.
*
* @version $Id: CreationTest.java,v 1.1 2003/08/04 22:10:09 desruisseaux Exp $
*/
public class CreationTest extends TestCase {
/** |
/**
* Test the creation of {@link CoordinateSystem} objects.
*
* @version $Id$
*/
public class CreationTest extends TestCase {
/** |