[VIVO-1245] Cleanup of ManageLabelsGenerator

This commit is contained in:
Graham Triggs 2016-05-24 21:52:24 +01:00
parent 090b6b7b3e
commit 8ca5955283
2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@ import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.EditConfigurationVTw
*This generator selects the actual generator to be employed based on whether the individual is a Person
*or another individual. Adding a label for a person relies on first/name last name information i.e. object properties.
*/
public class ManageLabelsGenerator extends BaseEditConfigurationGenerator implements EditConfigurationGenerator {
public class VIVOManageLabelsGenerator extends BaseEditConfigurationGenerator implements EditConfigurationGenerator {
public static Log log = LogFactory.getLog(ManageLabelsForIndividualGenerator.class);
@Override
public EditConfigurationVTwo getEditConfiguration(VitroRequest vreq, HttpSession session) {

View file

@ -0,0 +1,5 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#function class_ManageLabelsGenerator>
<#return "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.VIVOManageLabelsGenerator" />
</#function>