Skip to content
Snippets Groups Projects
Unverified Commit 7305e607 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-server-side-scripting' into f-awi

parents ecd4c289 3998f77f
No related branches found
No related tags found
No related merge requests found
package caosdb.server.permissions;
import java.util.Collection;
public class EntityACLFactory extends AbstractEntityACLFactory<EntityACL> {
@Override
protected EntityACL create(final Collection<EntityACI> acis) {
return new EntityACL(acis);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment