Ignore:
Timestamp:
2009-12-04T16:21:13+13:00 (14 years ago)
Author:
kjdon
Message:

PharosImageIS->ImageIS name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/pharos/trunk/src/java/imageis/PharosImageISServiceRack.java

    r21266 r21271  
    1717 *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818 */
    19 package pharosimageis;
     19package imageis;
    2020
    2121
     
    5757    protected static final String IMAGE_ID_PARAM = "id";
    5858  //protected static final String COLLECTION_PARAM = "collection";
    59   protected PharosImageIS pharos_engine = null;
     59  protected ImageIS pharos_engine = null;
    6060 
    6161    public PharosImageISServiceRack()
    6262    {
    63       pharos_engine = new PharosImageIS();
     63      pharos_engine = new ImageIS();
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.