777879808182838485
if (doc == null || user == null) { return; } Workflow w = doc.getWorkflow(); if (w == null) { throw new NonWorkflowDocumentException("This document has no workflow information set"); } checkout(w, user); }