Revision 24360

View differences:

trunk/libraries/libTopology/src/org/gvsig/referencing/VoronoiLyrAdapter.java
69 69
	}
70 70
	
71 71
	public void setLayer(FLyrVect lyr) throws BaseException{
72
		if(! (lineLyr instanceof VoronoiAndTinInputLyr))
72
		if(! (lyr instanceof VoronoiAndTinInputLyr))
73 73
			throw new IllegalArgumentException("VoronoiAndTinInputLyr required");
74 74
		this.lineLyr = (VoronoiAndTinInputLyr) lyr;
75 75
	}

Also available in: Unified diff