NIHVIVO-1207 Some time ago NetIdIdentifierFactory and SelfEditingUriFactory were merged into SelfEditingIdentifierFactory. Fix several comments to reflect this.
This commit is contained in:
parent
6f4f1b4659
commit
eafa04ccf2
5 changed files with 9 additions and 11 deletions
|
@ -18,10 +18,9 @@
|
|||
<%@ page import="org.apache.commons.logging.LogFactory" %>
|
||||
<%@ page import="java.io.StringReader" %>
|
||||
<%@ page import="java.util.*" %>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.NetIdIdentifierFactory.NetId"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.NetIdIdentifierFactory"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingUriFactory.SelfEditing"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingUriFactory"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingIdentifierFactory.NetId"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingIdentifierFactory.SelfEditing"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingIdentifierFactory"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.ArrayIdentifierBundle"%>
|
||||
<%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundle"%>
|
||||
<%@page import="java.io.IOException"%>
|
||||
|
@ -51,8 +50,8 @@ private void checkNetId( String inNetId, JspWriter out, HttpServletRequest reque
|
|||
&& inNetId.length() > 0
|
||||
&& inNetId.length() < 100 ){
|
||||
|
||||
NetIdIdentifierFactory.NetId netid = new NetId(inNetId);
|
||||
SelfEditingUriFactory.SelfEditing selfE = null;
|
||||
SelfEditingIdentifierFactory.NetId netid = new NetId(inNetId);
|
||||
SelfEditingIdentifierFactory.SelfEditing selfE = null;
|
||||
|
||||
IdentifierBundle idb = new ArrayIdentifierBundle();
|
||||
idb.add(netid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue