view src/de/mpiwg/itgroup/escidoc/MPIWGServices/Restlet/services/redirect/IndexMetaRedirector.java @ 0:1aac45997235

first ingest
author dwinter
date Wed, 01 Dec 2010 17:35:51 +0100
parents
children
line wrap: on
line source

package de.mpiwg.itgroup.escidoc.MPIWGServices.Restlet.services.redirect;

import java.io.IOException;



public class IndexMetaRedirector extends ComponentURLRedirector{

	public IndexMetaRedirector() throws IOException {
		super("index_meta");
		// TODO Auto-generated constructor stub
	}

}