Skip to content

Commit

Permalink
DEVDOCS-10265 adding codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Oct 13, 2023
1 parent ed93399 commit 0a2411c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public EG038ControllerResponsiveSigning(DSConfiguration config, Session session,
}

@Override
// Step 3 start
//ds-snippet-start:eSign38Step3
protected Object doWork(WorkArguments args, ModelMap model,
HttpServletResponse response) throws ApiException, IOException {
String signerName = args.getSignerName();
Expand Down Expand Up @@ -84,5 +84,5 @@ protected Object doWork(WorkArguments args, ModelMap model,

return new RedirectView(viewUrl.getUrl());
}
// Step 3 end
//ds-snippet-end:eSign38Step3
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.Collections;

public final class ResponsiveSigningService {
// Step 2 start
//ds-snippet-start:eSign38Step2
private static final String HTML_DOCUMENT_FILE_NAME = "templates/order-form.ftl";
public static EnvelopeDefinition makeEnvelope(
String signerEmail,
Expand Down Expand Up @@ -85,5 +85,5 @@ public static RecipientViewRequest makeRecipientViewRequest(

return viewRequest;
}
// Step 2 end
//ds-snippet-end:eSign38Step2
}

0 comments on commit 0a2411c

Please sign in to comment.