Skip to content

feat: Fix errors in the example code #1305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

andimarek
Copy link
Contributor

There are two small errors in the example that cause compile errors:

  • .stream instead of .stream()
  • data.getBytes instead of plaintext.getBytes

There are two small errors in the example that cause compile errors:
- `.stream` instead of `.stream()`
- `data.getBytes` instead of `plaintext.getBytes`
@andimarek andimarek requested a review from a team as a code owner January 9, 2023 09:31
@ajewellamz ajewellamz changed the title Fix errors in the example code feat: Fix errors in the example code Jan 9, 2023
@texastony
Copy link
Contributor

texastony commented Jan 9, 2023

@ajewellamz Comment is not quite accurate (and has since been deleted).
@andimarek Our CI is currently in a bad state,
and not running for forks.
But @andimarek does not have and will not have permission to create a branch on this repo.
To unblock this merge, we will re-create this branch.

@ajewellamz
Copy link
Contributor

Merged as PR 1306

@ajewellamz ajewellamz closed this Jan 9, 2023
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.

3 participants