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

BEANUTILS-550: correction of returning default value by StringConverter #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JKLedzion
Copy link

PR for Jira issue: BEANUTILS-550.

Assignment of default value in StringConverter didn’t work as method getDefault(final Class<?> type), only for String.class, returned null instead of default value. I’ve changed this method to return default value also for String.class.

Could you please review and let me know if this modification is OK?

I would appreciate any feedback.
Justyna

@garydgregory
Copy link
Member

@JKLedzion
Thank you for the PR. Don't use Javadoc comments for comments that are not Javadoc. Inline comments would be more appropriate.

@JKLedzion
Copy link
Author

@JKLedzion Thank you for the PR. Don't use Javadoc comments for comments that are not Javadoc. Inline comments would be more appropriate.

Corrected.

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