Skip to content
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

Add literal annotation in author's email address #563

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

So-Fras
Copy link
Member

@So-Fras So-Fras commented Oct 23, 2023

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

Does this PR already have an issue describing the problem?
No, but similar to powsybl/powsybl-core#2753

What kind of change does this PR introduce?
Bug fix for javadoc generation.

What is the current behavior?
Errors related to the author's email address formatting occur when generating the javadoc.
Email addresses were written as @author Name Surname <author at email.address>

What is the new behavior (if this is a feature change)?
No more errors related to that when generating the javadoc.
Email addresses are written as @author Name Surname {@literal <author at email.address>}

Signed-off-by: Sophie Frasnedo <sophie.frasnedo@rte-france.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@So-Fras So-Fras merged commit bbf4179 into main Oct 25, 2023
6 checks passed
@So-Fras So-Fras deleted the add_literal_mail_address branch October 25, 2023 07:23
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