Removing unused N3EditFormController VIVO-50

This commit is contained in:
Brian Caruso 2013-07-10 10:07:00 -04:00
parent a31e464a3c
commit 0e26d45a31

View file

@ -1,13 +0,0 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.controller.freemarker;
/**
* This controller is intended to place N3 editing data into the
* FM data model and output the FM template for the form.
*/
public class N3EditFormController extends FreemarkerHttpServlet{
//TO BE DELETED
}