Revision 2465
Added by sgarg over 19 years ago
src/edu/ucsb/nceas/metacat/QuerySpecification.java | ||
---|---|---|
966 | 966 |
if(tempIt.hasNext()){ |
967 | 967 |
String attribute = (String)tempIt.next(); |
968 | 968 |
if(attribute != null) { |
969 |
rfield = "@" + attribute; |
|
969 |
rfield = rfield + "@" + attribute;
|
|
970 | 970 |
} |
971 | 971 |
} |
972 | 972 |
tempVector.add(rfield); |
Also available in: Unified diff
Fixed a bug in previous commit