Revision 867 org.gvsig.geotools.proj/trunk/org.gvsig.geotools.proj/org.gvsig.geotools.proj.lib.impl/src/main/java/org/gvsig/geotools/proj/lib/DefaultTransformation.java

View differences:

DefaultTransformation.java
123 123
	protected DefaultTransformation clone() throws CloneNotSupportedException {
124 124
		return new DefaultTransformation(this.mathTransform, this.definition, this.source, this.target);
125 125
	}
126
	
127
	@Override
128
	public String toString() {
129
		return getDefinition().toString();
130
	}
126 131

  
127 132
}

Also available in: Unified diff