[VIVO-1245] Cleanup of ManageLabelsGenerator
This commit is contained in:
parent
090b6b7b3e
commit
8ca5955283
2 changed files with 6 additions and 1 deletions
|
@ -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) {
|
Loading…
Add table
Add a link
Reference in a new issue