Project

General

Profile

« Previous | Next » 

Revision 1837

Added by Jing Tao over 20 years ago

Modified a debug Message.

View differences:

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