Skip to content

Commit 2de1ab2

Browse files
committed
DEVDOCS-10269 adding codeDepot markers
1 parent c9b5c3f commit 2de1ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/docusign/controller/eSignature/examples/EG005ControllerEnvelopeRecipients.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ protected void onInitModel(WorkArguments args, ModelMap model) throws Exception
3838
}
3939

4040
@Override
41-
// ***DS.snippet.0.start
4241
protected Object doWork(WorkArguments args, ModelMap model, HttpServletResponse response) throws ApiException {
43-
// Step 1. get envelope recipients
42+
// Get envelope recipients
43+
//ds-snippet-start:eSign5Step2
4444
EnvelopesApi envelopesApi = createEnvelopesApi(session.getBasePath(), user.getAccessToken());
4545
Recipients recipients = EnvelopeRecipientsService.envelopeRecipients(
4646
envelopesApi,
@@ -51,6 +51,6 @@ protected Object doWork(WorkArguments args, ModelMap model, HttpServletResponse
5151
.withMessage(getTextForCodeExampleByApiType().ResultsPageText)
5252
.addToModel(model, config);
5353
return DONE_EXAMPLE_PAGE;
54+
//ds-snippet-end:eSign5Step2
5455
}
55-
// ***DS.snippet.0.end
5656
}

0 commit comments

Comments
 (0)