fix: typos in Sample annotations by xstefank · Pull Request #3108 · operator-framework/java-operator-sdk

Pull request overview

This PR fixes typos in @Sample annotations by removing erroneous trailing backslashes from the description text blocks in two test classes.

  • Removes trailing backslash characters (\) that were incorrectly present at the end of multi-line description strings in @Sample annotations

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
PeriodicCleanerExpectationIT.java Removes trailing backslash from the description text in the @Sample annotation
ExpectationIT.java Removes trailing backslash from the description text in the @Sample annotation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.