Skip to content

Commit d4d11f2

Browse files
authored
Update R006ControllerCreatExternalFormFillSession.java
1 parent d0a1c3e commit d4d11f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/docusign/controller/rooms/examples/R006ControllerCreatExternalFormFillSession.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected void onInitModel(WorkArguments args, ModelMap model) throws Exception
6060
// ***DS.snippet.0.start
6161
protected Object doWork(WorkArguments args, ModelMap model,
6262
HttpServletResponse response) throws IOException, ApiException {
63-
// Step 2: Construct your API headers
63+
// Step 2. Construct your API headers
6464
ExternalFormFillSessionsApi externalFormFillSessionsApi = createExternalFormFillSessionsApiClient(
6565
this.session.getBasePath(), this.user.getAccessToken()
6666
);
@@ -70,7 +70,7 @@ protected Object doWork(WorkArguments args, ModelMap model,
7070
.formId(args.getFormId().toString())
7171
.roomId(args.getRoomId());
7272

73-
// Step 4: Call the v2 Rooms API
73+
// Step 4. Call the v2 Rooms API
7474
ExternalFormFillSession externalFormFillSession = externalFormFillSessionsApi.createExternalFormFillSession(
7575
this.session.getAccountId(), externalFormFillSessionForCreate
7676
);

0 commit comments

Comments
 (0)