Commit 9e2ce544 authored by joffinjoy's avatar joffinjoy
Browse files

Clean Up

No related merge requests found
Showing with 0 additions and 10 deletions
+0 -10
......@@ -51,14 +51,4 @@ class MovieActor @Inject() (implicit oec: OntologyEngineContext) extends BaseAct
request.getRequest.put("identifier", request.getContext.get("identifier"))
MovieManager.getValidatedNodeForUpdate(request, "ERR_MOVIE_UPDATE").flatMap(_ => MovieManager.updateNode(request))
}
/*
def remove(request: Request): Future[Response]={
RequestUtil.restrictProperties(request)
}
*/
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment