Skip to content

Commit ffeac07

Browse files
committed
DEVDOCS-10619 - adding codeDepot markers
1 parent 2a77fce commit ffeac07

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public EG019ControllerAccessCodeAuthentication(DSConfiguration config, Session s
3333
}
3434

3535
@Override
36-
// ***DS.snippet.0.start
3736
protected Object doWork(WorkArguments args, ModelMap model,
3837
HttpServletResponse response) throws ApiException, IOException {
3938
// Step 1: Construct your API headers
@@ -63,5 +62,4 @@ protected Object doWork(WorkArguments args, ModelMap model,
6362

6463
return DONE_EXAMPLE_PAGE;
6564
}
66-
// ***DS.snippet.0.end
6765
}

src/main/java/com/docusign/controller/eSignature/services/AccessCodeAuthenticationService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ public static EnvelopeSummary accessCodeAuthentication(
1717
String accountId,
1818
EnvelopeDefinition envelope
1919
) throws ApiException {
20+
//ds-snippet-start:eSign19Step4
2021
return envelopesApi.createEnvelope(accountId, envelope);
22+
//ds-snippet-end:eSign19Step4
2123
}
2224

25+
//ds-snippet-start:eSign19Step3
2326
public static EnvelopeDefinition createEnvelope(
2427
String signerName,
2528
String signerEmail,
@@ -43,4 +46,5 @@ public static EnvelopeDefinition createEnvelope(
4346

4447
return envelope;
4548
}
49+
//ds-snippet-end:eSign19Step3
4650
}

0 commit comments

Comments
 (0)