Revision 1837
Added by Jing Tao about 21 years ago
src/edu/ucsb/nceas/metacat/QuerySpecification.java | ||
---|---|---|
1033 | 1033 |
{ |
1034 | 1034 |
newExpression=pathExpression.substring(0, index-1); |
1035 | 1035 |
} |
1036 |
MetaCatUtil.debugMessage("The path expression without attributes: )" +
|
|
1036 |
MetaCatUtil.debugMessage("The path expression without attributes: " + |
|
1037 | 1037 |
newExpression, 30); |
1038 | 1038 |
return newExpression; |
1039 | 1039 |
} |
... | ... | |
1052 | 1052 |
{ |
1053 | 1053 |
attributeName = path.substring(index+1, size); |
1054 | 1054 |
} |
1055 |
MetaCatUtil.debugMessage("The attirbute name from path: )" +
|
|
1055 |
MetaCatUtil.debugMessage("The attirbute name from path: " + |
|
1056 | 1056 |
attributeName, 30); |
1057 | 1057 |
return attributeName; |
1058 | 1058 |
} |
Also available in: Unified diff
Modified a debug Message.