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

Fixing localized composite behaviour (3.0.x) #366

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

cristof
Copy link
Contributor

@cristof cristof commented Oct 30, 2022

Fixes MYFACES-4491

@cristof cristof changed the title Fixing localized composite behaviour Fixing localized composite behaviour (3.0.x) Oct 30, 2022

for (String path_: localizedPaths) {
resource = context.getApplication().getResourceHandler().createResource(path_, libraryName);
if (resource != null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please dont use tabs and make { in new line
no idea, i thought our checkstyle would fail
also better name path_ into localizedPath

Copy link
Contributor Author

@cristof cristof Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. Fixed style in all four pull requests. Checkstyle did not catch the issue in any branch.

@melloware melloware merged commit 84c0ec3 into apache:3.0.x Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants