Skip to content

Commit 1402f70

Browse files
committed
DEVDOCS-10295 - adding codeDepot markers
1 parent 9b892e7 commit 1402f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import com.docusign.esign.client.ApiException;
55
import com.docusign.esign.model.Envelope;
66

7+
//ds-snippet-start:eSign4Step2
78
public final class EnvelopeInfoService {
89
public static Envelope envelopeInfo(
910
EnvelopesApi envelopesApi,
@@ -13,3 +14,4 @@ public static Envelope envelopeInfo(
1314
return envelopesApi.getEnvelope(accountId, envelopeId);
1415
}
1516
}
17+
//ds-snippet-end:eSign4Step2

0 commit comments

Comments
 (0)