Ignore:
Timestamp:
03/26/12 12:21:12 (12 years ago)
Author:
gaba
Message:

scan format , base_uri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/action/WorkspaceAction.java

    r1807 r1810  
    757757        }
    758758
    759 public Object getQueryParent() throws XPathExpressionException{
     759        public Object getQueryParent() throws XPathExpressionException{
    760760               
    761761                XPathFactory factory = XPathFactory.newInstance();
     
    774774        }
    775775
    776 public Object getQueryVcrid() throws XPathExpressionException{
     776        public Object getQueryVcrid() throws XPathExpressionException{
    777777       
    778778        XPathFactory factory = XPathFactory.newInstance();
     
    793793}
    794794
    795 public Object getVcrid() throws XPathExpressionException{
     795        public Object getVcrid() throws XPathExpressionException{
    796796       
    797797        XPathFactory factory = XPathFactory.newInstance();
Note: See TracChangeset for help on using the changeset viewer.