Skip to content

fix: correct 5 typos and a code defect in comments and documentation - #34

Open
Avicennasis wants to merge 1 commit into
docusign:masterfrom
Avicennasis:docs/fix-typos
Open

Avicennasis wants to merge 1 commit into
docusign:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 5 typos across 4 files.

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

  • if (remaining != null & reset != null) {if (remaining != null && reset != null) { (code)

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

  • if (remaining != null & reset != null) {if (remaining != null && reset != null) { (code)
  • // Create an envelope custom field to save our application"s// Create an envelope custom field to save our application's

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

  • if (remaining != null & reset != null) {if (remaining != null && reset != null) { (code)

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

  • if (remaining != null & reset != null) {if (remaining != null && reset != null) { (code)

Items marked (code) change behaviour rather than comments — please review those with extra care.

Otherwise comments, documentation and message strings only — no functional changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant