Skip to content

Commit 8dfd424

Browse files
committed
Removed unnecessary frontend purge
1 parent 239dcf8 commit 8dfd424

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/atomgraph/linkeddatahub/resource/admin/ClearOntology.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public Response post(@FormParam("uri") String ontologyURI, @HeaderParam("Referer
9494
{
9595
if (log.isDebugEnabled()) log.debug("Purge ontology document with URI '{}' from frontend proxy cache", ontologyDocURI);
9696
ban(frontendProxy, ontologyDocURI.toString(), false);
97-
xkeyPurge(frontendProxy, ontologyURI);
9897
}
9998
URI adminBackendProxy = getSystem().getServiceContext(getApplication().getService()).getBackendProxy();
10099
if (adminBackendProxy != null)

0 commit comments

Comments
 (0)