Fix a comment
This commit is contained in:
parent
dbf7f5b809
commit
dade794525
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class SelfEditingPolicySetup implements ServletContextListener {
|
||||||
SelfEditingPolicy cep = new SelfEditingPolicy(ctx);
|
SelfEditingPolicy cep = new SelfEditingPolicy(ctx);
|
||||||
ServletPolicyList.addPolicy(ctx, cep);
|
ServletPolicyList.addPolicy(ctx, cep);
|
||||||
|
|
||||||
// need to put an IdentifierFactory for CuratorEditingIds into the
|
// need to put an IdentifierFactory for SelfEditingIds into the
|
||||||
// ServletContext
|
// ServletContext
|
||||||
ActiveIdentifierBundleFactories.addFactory(sce,
|
ActiveIdentifierBundleFactories.addFactory(sce,
|
||||||
new SelfEditingIdentifierFactory());
|
new SelfEditingIdentifierFactory());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue