We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34af59e commit e522435Copy full SHA for e522435
1 file changed
src/main/java/com/atomgraph/linkeddatahub/resource/acl/Access.java
@@ -124,7 +124,7 @@ public Response get(@QueryParam(QUERY) Query unused,
124
ParameterizedSparqlString typePss = getDocumentTypeQuery();
125
typePss.setParams(thisQsm);
126
127
- ResultSetRewindable docTypesResult = getEndpointAccessor().select(typePss.asQuery(), null, null);
+ ResultSetRewindable docTypesResult = getEndpointAccessor().select(typePss.asQuery(), List.of(), List.of());
128
try
129
{
130
final ParameterizedSparqlString authPss = getACLQuery();
0 commit comments