Revision 18253 trunk/libraries/libTopology/src/org/gvsig/topology/topologyrules/jtsisvalidrules/PolygonMustNotHaveSelfIntersectedRings.java

View differences:

PolygonMustNotHaveSelfIntersectedRings.java
85 85
		this(null, lyr, snapTolerance);
86 86
	}
87 87
	
88
	public String getDescription() {
88
	public String getName() {
89 89
		return Messages.getText("POLYGON_MUST_NOT_HAVE_INTERSECTED_RINGS");
90 90
	}
91 91

  

Also available in: Unified diff