Project

General

Profile

« Previous | Next » 

Revision 524

Added by berkley over 23 years ago

changed naming scheme

View differences:

MetaCatServlet.java
756 756
      try
757 757
      {
758 758
        DocumentImpl xmldoc=null;
759
        metacatURL murl = new metacatURL(((String[])params.get("url"))[0]);
759
        MetacatURL murl = new MetacatURL(((String[])params.get("url"))[0]);
760 760
        if(murl.getURLType().equals("metacat"))
761 761
        {//get the document from the database if it is the right type of url
762 762
          Hashtable murlParams = murl.getHashParams();
......
1118 1118
    //zip up the related documents
1119 1119
    for(int i=0; i<reldocs.length; i++)
1120 1120
    {
1121
      metacatURL murl = new metacatURL(((String)reldocs[i]));
1121
      MetacatURL murl = new MetacatURL(((String)reldocs[i]));
1122 1122
      if(murl.getURLType().equals("metacat"))
1123 1123
      {
1124 1124
        //get the document from the database

Also available in: Unified diff