Fixing logger class.
This commit is contained in:
parent
21aede6489
commit
490e0a18df
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary;
|
|||
*/
|
||||
public class RDFSLabelGenerator implements EditConfigurationGenerator {
|
||||
|
||||
private Log log = LogFactory.getLog(DefaultObjectPropertyFormGenerator.class);
|
||||
private Log log = LogFactory.getLog(RDFSLabelGenerator.class);
|
||||
|
||||
private String subjectUri = null;
|
||||
private String predicateUri = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue