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
|
@ -12,7 +12,7 @@ import edu.cornell.mannlib.vitro.webapp.beans.Individual;
|
|||
import edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory;
|
||||
|
||||
/**
|
||||
* Attempts to simulate the action of NetIdIdentifierFactory.java using the
|
||||
* Attempts to simulate the action of SelfEditingIdentifierFactory.java using the
|
||||
* request attribute FAKE_SELF_EDIT_NETID.
|
||||
*/
|
||||
public class FakeSelfEditingIdentifierFactory implements IdentifierBundleFactory{
|
||||
|
|
|
@ -361,7 +361,7 @@ public class JenaNetidPolicy extends DefaultInconclusivePolicy implements Visiti
|
|||
/**
|
||||
* An inner class used to setup everything that's needed for
|
||||
* a JenaNetidPolicy. This setups the JenaNetidPolicy and a
|
||||
* NetIdIdentifierFactory.
|
||||
* SelfEditingIdentifierFactory.
|
||||
*
|
||||
* @author bdc34
|
||||
*
|
||||
|
|
|
@ -14,11 +14,10 @@ import edu.cornell.mannlib.vitro.webapp.auth.identifier.SelfEditingIdentifierFac
|
|||
import edu.cornell.mannlib.vitro.webapp.auth.identifier.ServletIdentifierBundleFactory;
|
||||
import edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy;
|
||||
import edu.cornell.mannlib.vitro.webapp.auth.policy.ServletPolicyList;
|
||||
import edu.cornell.mannlib.vitro.webapp.auth.policy.JenaNetidPolicy.ContextSetup;
|
||||
|
||||
/**
|
||||
* Class used to setup a JenaNetidPolicy using the default.
|
||||
* This setups the JenaNetidPolicy and a NetIdIdentifierFactory.
|
||||
* This setups the JenaNetidPolicy and a SelfEditingIdentifierFactory.
|
||||
*
|
||||
* See JenaNetidPolicy.setupDefault() for the sparql queries that will
|
||||
* be used by the default JenaNetidPolicy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue