Skip to content

Fix encoding issues in javadoc #35

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

Fix encoding issues in javadoc #35

wants to merge 1 commit into from

Conversation

sslavic
Copy link
Contributor

@sslavic sslavic commented Feb 12, 2012

Before this change javadoc in two classes had non-UTF-8 encoded
characters. This caused building Spring API to fail in Java 1.7.

Commit fixes this by replacing wrongly encoded characters with their
UTF-8 equivalents.

Issue: SPR-9097

I have signed and agree to the terms in the SpringSource Individual Contributor License Agreement.

@cbeams cbeams mentioned this pull request Mar 1, 2012
@sslavic
Copy link
Contributor Author

sslavic commented Mar 1, 2012

@cbeams Commit comment updated.

Before this change javadoc in two classes had non-UTF-8 encoded
characters. This caused building Spring API to fail in Java 1.7.

Commit fixes this by replacing wrongly encoded characters with their
UTF-8 equivalents.

Issue: SPR-9097
@ghost ghost assigned cbeams Apr 30, 2012
cbeams added a commit that referenced this pull request Apr 30, 2012
* SPR-9097:
  Fix encoding issues in javadoc
@cbeams cbeams closed this Apr 30, 2012
@cbeams
Copy link
Contributor

cbeams commented Apr 30, 2012

Merged. Thanks, Stevo.

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.

2 participants