Revision 9487

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/filter/DefaultExpressionDataSource.java
122 122
	public int getRowCount() throws FilterException {
123 123
		try {
124 124
			return (int) tabla.getRowCount();
125
			
125 126
		} catch (DriverException e) {
126 127
			throw new FilterException(e);
127 128
		}

Also available in: Unified diff